Skip to content

Commit e955c51

Browse files
committed
Add newly genereted 22 and 24 images
1 parent 4a62539 commit e955c51

32 files changed

Lines changed: 24 additions & 333 deletions

22-minimal/.exclude-c8s

Whitespace-only changes.

22-minimal/.exclude-c9s

Whitespace-only changes.

22-minimal/.exclude-fedora

Whitespace-only changes.

22-minimal/Dockerfile.c8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV APP_ROOT=/opt/app-root \
1717
HOME=/opt/app-root/src \
1818
NPM_RUN=start \
1919
PLATFORM="el8" \
20-
NODEJS_VERSION=20 \
20+
NODEJS_VERSION=22 \
2121
NPM_RUN=start \
2222
NAME=nodejs
2323

22-minimal/s2i/bin/init-wrapper

100644100755
File mode changed.

22-minimal/s2i/bin/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ run_node() {
4343
echo "Launching via npm..."
4444
exec npm run -d $NPM_RUN
4545
fi
46-
}
46+
}
4747

4848
#Set the debug port to 5858 by default.
4949
if [ -z "$DEBUG_PORT" ]; then
@@ -76,4 +76,4 @@ fi
7676
#
7777
[ "$1" == "--debug" ] && exec /bin/bash
7878

79-
run_node
79+
run_node

22/.exclude-c8s

Whitespace-only changes.

22/.exclude-c9s

Whitespace-only changes.

22/.exclude-fedora

Whitespace-only changes.

22/Dockerfile.c8s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ EXPOSE 8080
1616
# Expose ports:
1717
# * 8080 - Unprivileged port used by nodejs application
1818

19-
ENV NODEJS_VERSION=20 \
19+
ENV NODEJS_VERSION=22 \
2020
NPM_RUN=start \
2121
NAME=nodejs \
2222
NPM_CONFIG_PREFIX=$HOME/.npm-global \
2323
PATH=$HOME/node_modules/.bin/:$HOME/.npm-global/bin/:$PATH \
24-
CNB_STACK_ID=com.redhat.stacks.c8s-nodejs-20 \
24+
CNB_STACK_ID=com.redhat.stacks.c8s-nodejs-22 \
2525
CNB_USER_ID=1001 \
2626
CNB_GROUP_ID=0
2727

@@ -41,7 +41,7 @@ LABEL summary="$SUMMARY" \
4141
io.openshift.tags="builder,$NAME,${NAME}${NODEJS_VERSION}" \
4242
io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" \
4343
io.s2i.scripts-url="image:///usr/libexec/s2i" \
44-
io.buildpacks.stack.id="com.redhat.stacks.c8s-nodejs-20" \
44+
io.buildpacks.stack.id="com.redhat.stacks.c8s-nodejs-22" \
4545
com.redhat.dev-mode="DEV_MODE:false" \
4646
com.redhat.deployments-dir="${APP_ROOT}/src" \
4747
com.redhat.dev-mode.port="DEBUG_PORT:5858" \

0 commit comments

Comments
 (0)