Sign inSign up

stangirard/serverless

By stangirard

Updated about 3 years ago

Serverless Framework with AWS CLI, Python 3.7 & NodeJS 12.x (https://serverless.com)

Image
1

10K+

stangirard/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.

The VERSION file contains the serverless release to be built.

Example

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

Base image

Debian Slim Buster

Included packages from base image:

Check the installed tools

docker run -it --rm --entrypoint="./startup.sh" stangirard/serverless

=================================================
Python 3.7.9
aws-cli/2.1.4 Python/3.7.3 Linux/5.4.39-linuxkit exe/x86_64.debian.10
node v12.20.0
yarn 1.22.5
serverless Framework Core: 2.12.0
Plugin: 4.1.2
SDK: 2.3.2
Components: 3.4.2
=================================================

Source Github

Tag summary

Content type

Image

Digest

sha256:8ff678166

Size

393.1 MB

Last updated

about 3 years ago

docker pull stangirard/serverless