diff --git a/.pipelines/containerSourceData/nodejs24/Dockerfile-Nodejs24 b/.pipelines/containerSourceData/nodejs24/Dockerfile-Nodejs24 new file mode 100644 index 00000000000..e352d2b03e4 --- /dev/null +++ b/.pipelines/containerSourceData/nodejs24/Dockerfile-Nodejs24 @@ -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"] diff --git a/.pipelines/containerSourceData/nodejs24/distroless/holdback-nodejs24.pkg b/.pipelines/containerSourceData/nodejs24/distroless/holdback-nodejs24.pkg new file mode 100644 index 00000000000..acd55caf785 --- /dev/null +++ b/.pipelines/containerSourceData/nodejs24/distroless/holdback-nodejs24.pkg @@ -0,0 +1,6 @@ +bash +bzi +coreutils +gmp +grep +libselinux diff --git a/.pipelines/containerSourceData/nodejs24/distroless/nodejs24.pkg b/.pipelines/containerSourceData/nodejs24/distroless/nodejs24.pkg new file mode 100644 index 00000000000..9e56ec3d160 --- /dev/null +++ b/.pipelines/containerSourceData/nodejs24/distroless/nodejs24.pkg @@ -0,0 +1,4 @@ +distroless-packages-base +nodejs24 +nodejs24-npm +prebuilt-ca-certificates diff --git a/.pipelines/containerSourceData/nodejs24/nodejs24.name b/.pipelines/containerSourceData/nodejs24/nodejs24.name new file mode 100644 index 00000000000..ded1737f547 --- /dev/null +++ b/.pipelines/containerSourceData/nodejs24/nodejs24.name @@ -0,0 +1 @@ +nodejs24 diff --git a/.pipelines/containerSourceData/nodejs24/nodejs24.pkg b/.pipelines/containerSourceData/nodejs24/nodejs24.pkg new file mode 100644 index 00000000000..64b6fff6de0 --- /dev/null +++ b/.pipelines/containerSourceData/nodejs24/nodejs24.pkg @@ -0,0 +1,3 @@ +ca-certificates +nodejs24 +nodejs24-npm