Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .pipelines/containerSourceData/nodejs24/Dockerfile-Nodejs24
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

ARG BASE_IMAGE

FROM $BASE_IMAGE

@INCLUDE_MAIN_RUN_INSTRUCTION@

# basic smoke test
RUN node --version; \
npm --version

# set default command for the container
CMD ["node"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bash
bzi
coreutils
gmp
grep
libselinux
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
distroless-packages-base
nodejs24
nodejs24-npm
prebuilt-ca-certificates
1 change: 1 addition & 0 deletions .pipelines/containerSourceData/nodejs24/nodejs24.name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs24
3 changes: 3 additions & 0 deletions .pipelines/containerSourceData/nodejs24/nodejs24.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ca-certificates
nodejs24
nodejs24-npm
Loading