Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.4 KB

docker-serverless

Security Hadolint Publish

Unofficial Docker image for Serverless Framework deployments

Contents

  • Alpine Linux
  • Serverless
  • Python3
  • Node LTS
  • awscli

Architectures

  • linux/arm64
  • linux/amd64

Not supported

  • arm/v7 (dropped support on Serverless v3.37.0 and onwards)
  • arm/v6 (dropped support on Serverless v3.37.0 and onwards)
  • ppc64le (dropped support on Serverless v3.37.0 and onwards)
  • s390x (dropped support on Serverless v3.35.2 and onwards)

Usage

Command:

docker run -it --rm zeroconfigio/serverless:latest "sls --version"

Output Example:

Framework Core: 3.15.2
Plugin: 6.2.2
SDK: 4.3.2

Author

ZeroConfig.io

License

MIT Licensed. See LICENSE for full details.