Sign inSign up

softinstigate/serverless

By softinstigate

Updated over 5 years ago
Archived

Run Serverless commands (https://serverless.com). Pre-installed Java, maven, node.js, aws & ecs cli.

Image
6

100K+

softinstigate/serverless repository overview

serverless-docker

Build Status

A docker image for running serverless commands.

This can be useful for building and deploying serverless stacks from CI environments. It includes JDK + Maven and Node.js, so you can use this to build both Java and node Lambda functions. It adds the aws and ecs cli, so that you can run aws commands from this image as well.

The RELEASE global variable in .travis.yml contains the serverless release to be built.

Example

$ docker pull softinstigate/serverless
$ docker run --rm softinstigate/serverless --version

Base image

softinstigate/maven-aws

The base image is from the maven one, so it allows to also build serverless projects for Java .

Included packages from base image:

Additional packages

  • Java JDK 11
  • Maven 3.6
  • Nodejs 12.x
  • Serverless cli 2.x

See the Dockerfile.

Tag summary

Content type

Image

Digest

Size

640.1 MB

Last updated

over 5 years ago

docker pull softinstigate/serverless