Docker image containing the Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more!
All versions are generated using a unique Dockerfile what is located at Intelygenz's Serverless GitHub repository
- 1.20.0: Dockerfile
- 1.20.1: Dockerfile
- 1.20.2: Dockerfile
- 1.21.0: Dockerfile
- 1.21.1: Dockerfile
- 1.22.0: Dockerfile
- 1.23.0: Dockerfile
- 1.24.0: Dockerfile
- 1.24.1: Dockerfile
- 1.25.0: Dockerfile
- 1.26.0: Dockerfile
- 1.30.0: Dockerfile
- 1.30.1: Dockerfile
- 1.30.2: Dockerfile
- 1.30.3: Dockerfile
- 1.31.0: Dockerfile
- 1.32.0: Dockerfile
Serverless is your toolkit for deploying and operating serverless architectures. Focus on your application, not your infrastructure.
You can run a Serverless project by using this image directly, passing a Serverless command to docker run
:
docker run -it --rm --name my-serverless-project -v "$(pwd)":/usr/src/myserverless -w /usr/src/myserverless intelygenz/serverless:1.32.0 deploy
This is a base image that you can extend, so it has the bare minimum packages needed. If you add custom package(s) to the Dockerfile
, then you can build your local Docker image like this:
docker build --build-arg SERVERLESS_VERSION=1.32.0 --tag my_local_serverless:1.32.0 .
View license information for the software contained in this image.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.