Skip to content
Snippets Groups Projects
Select Git revision
  • bea8357fb80de1cf54bc10108eaa1b0fd0976cfb
  • main default protected
  • dependabot/github_actions/github/codeql-action-3.29.10
  • dependabot/github_actions/actions/checkout-5
  • test_new_rules_oci
  • fast_path_diff
  • rules_oci_changes
7 results

nodejs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ole-Martin Bratteng authored
    6f79e1c3
    History
    Name Last commit Last update
    ..
    testdata
    BUILD
    README.md
    control

    Documentation for gcr.io/distroless/nodejs

    Image Contents

    These images contain a minimal Linux, Node.js-based runtime. The supported versions match the Node.js LTS releases.

    Specifically, these images contain everything in the base image, plus one of:

    • Node.js v18 (gcr.io/distroless/nodejs18-debian12) and its dependencies.
    • Node.js v20 (gcr.io/distroless/nodejs20-debian12) and its dependencies.
    • Node.js v22 (gcr.io/distroless/nodejs22-debian12) and its dependencies.

    Usage

    The entrypoint of this image is set to "node", so this image expects users to supply a path to a .js file in the CMD.

    See the Node.js Hello World directory for an example.