Skip to content

Commit 8cd0a8b

Browse files
committed
feat(container): Switch to UBI 10
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent a3a4c41 commit 8cd0a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.konflux/Containerfile.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN yarn build
3939

4040
####################################################################################################
4141

42-
FROM --platform=linux/amd64 registry.redhat.io/ubi9/httpd-24:9.5-1733127463
42+
FROM --platform=linux/amd64 registry.redhat.io/ubi10/httpd-24:10.1
4343
USER root
4444
RUN chown -R 1001:0 /opt/app-root/src
4545
USER 1001

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
55
RUN yarn config set network-timeout 600000 -g
66
RUN yarn install && yarn build
77

8-
FROM --platform=linux/amd64 registry.redhat.io/rhel8/httpd-24
8+
FROM --platform=linux/amd64 registry.redhat.io/ubi10/httpd-24:10.1
99

1010
USER root
1111
RUN chown -R 1001:0 /opt/app-root/src

0 commit comments

Comments
 (0)