We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4c41 commit 8cd0a8bCopy full SHA for 8cd0a8b
2 files changed
.konflux/Containerfile.plugin
@@ -39,7 +39,7 @@ RUN yarn build
39
40
####################################################################################################
41
42
-FROM --platform=linux/amd64 registry.redhat.io/ubi9/httpd-24:9.5-1733127463
+FROM --platform=linux/amd64 registry.redhat.io/ubi10/httpd-24:10.1
43
USER root
44
RUN chown -R 1001:0 /opt/app-root/src
45
USER 1001
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
5
RUN yarn config set network-timeout 600000 -g
6
RUN yarn install && yarn build
7
8
-FROM --platform=linux/amd64 registry.redhat.io/rhel8/httpd-24
9
10
11
0 commit comments