Node.js v22 Dockerfile with OSS Serverless v3
8.3K
This image contains:
Use it within CloudFormation:
Resources:
MyCodeBuild:
Type: AWS::CodeBuild::Project
Properties:
Name: BuildNodeProject
Environment:
Type: LINUX_CONTAINER
ComputeType: BUILD_GENERAL1_SMALL
Image: quay.io/webtech20minutes/node-22:latest
Content type
Image
Digest
sha256:27a3c04a7…
Size
233.5 MB
Last updated
over 1 year ago
docker pull 20minutes/node-22