File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414#
1515# ------------------------------------------------------------------------
1616
17- FROM registry.access.redhat.com/ubi9 /nodejs-22:9.6-1762359834 AS builder
17+ FROM registry.access.redhat.com/ubi10 /nodejs-22:10.1 AS builder
1818
1919USER root
2020
@@ -39,7 +39,7 @@ RUN yarn build
3939
4040####################################################################################################
4141
42- FROM --platform=linux/amd64 registry.redhat.io /ubi10/httpd-24:10.1
42+ FROM --platform=linux/amd64 registry.access. redhat.com /ubi10/httpd-24:10.1
4343USER root
4444RUN chown -R 1001:0 /opt/app-root/src
4545USER 1001
@@ -51,7 +51,7 @@ COPY --from=builder /usr/src/app/dist /var/www/html/plugin
5151CMD run-httpd
5252
5353LABEL \
54- name="openshift-gitops-1/gitops-console-plugin-rhel8 " \
54+ name="openshift-gitops-1/gitops-console-plugin-ubi10 " \
5555 License="Apache 2.0" \
5656 com.redhat.component="openshift-gitops-console-plugin-container" \
5757 com.redhat.delivery.appregistry="false" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
55RUN yarn config set network-timeout 600000 -g
66RUN yarn install && yarn build
77
8- FROM --platform=linux/amd64 registry.redhat.io /ubi10/httpd-24:10.1
8+ FROM --platform=linux/amd64 registry.access. redhat.com /ubi10/httpd-24:10.1
99
1010USER root
1111RUN chown -R 1001:0 /opt/app-root/src
You can’t perform that action at this time.
0 commit comments