Sign inSign up

20minutes/node-22

By 20minutes

Updated over 1 year ago

Node.js v22 Dockerfile with OSS Serverless v3

Image
Languages & frameworks
0

8.3K

20minutes/node-22 repository overview

This image contains:

  • node 22.13.0
  • yarn 1.22.22
  • osls 3.44.2

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

Tag summary

Content type

Image

Digest

sha256:27a3c04a7

Size

233.5 MB

Last updated

over 1 year ago

docker pull 20minutes/node-22