Skip to content

Commit 6aa8b78

Browse files
authored
Merge pull request #185 from olivergondza/base-image-ubi
chore: Back to UBI 9
2 parents ddc8078 + 9b64ef5 commit 6aa8b78

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.konflux/Containerfile.plugin

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# ------------------------------------------------------------------------
1616

17-
FROM registry.access.redhat.com/ubi10/nodejs-22:10.1 AS builder
17+
FROM registry.access.redhat.com/ubi9/nodejs-22 AS builder
1818

1919
USER root
2020

@@ -39,7 +39,7 @@ RUN yarn build
3939

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

42-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/httpd-24:10.1
42+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/httpd-24
4343
USER root
4444
RUN chown -R 1001:0 /opt/app-root/src
4545
USER 1001
@@ -51,7 +51,7 @@ COPY --from=builder /usr/src/app/dist /var/www/html/plugin
5151
CMD run-httpd
5252

5353
LABEL \
54-
name="openshift-gitops-1/gitops-console-plugin-ubi10" \
54+
name="openshift-gitops-1/gitops-console-plugin-ubi9" \
5555
License="Apache 2.0" \
5656
com.redhat.component="openshift-gitops-console-plugin-container" \
5757
com.redhat.delivery.appregistry="false" \
@@ -68,5 +68,3 @@ LABEL \
6868
io.openshift.maintainer.product="Red Hat OpenShift GitOps" \
6969
io.openshift.maintainer.component="William Tam <wtam@redhat.com>" \
7070
description="Red Hat OpenShift GitOps Console Plugin"
71-
72-

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.access.redhat.com/ubi10/httpd-24:10.1
8+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/httpd-24
99

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

0 commit comments

Comments
 (0)