Skip to content

Commit 7f2dc0e

Browse files
Update console-plugin.Dockerfile
1 parent 75a32f5 commit 7f2dc0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.konflux/dockerfiles/console-plugin.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BUILDER=registry.redhat.io/ubi9/nodejs-18@sha256:a3092e7291b27e52fa20374ac12020c7d360d79c7f6b2baa6730563f22c4bea4
2-
ARG RUNTIME=registry.access.redhat.com/ubi9/nginx-124@sha256:7acbb277f6922c47e55b5f65c39d7352e58de3dc6ecc2a7259011c88bf4d2249
1+
ARG BUILDER=registry.redhat.io/ubi9/nodejs-18@sha256:01197aaa92c0f9230f4fbb3e58a9154e31006a1b377f4be2f1901a7977f49c34
2+
ARG RUNTIME=registry.access.redhat.com/ubi9/nginx-124@sha256:8f3028866a8e2d8fafea39b0fc49f523a46ec645d11507c2a04bedf93c79142d
33

44
FROM $BUILDER AS builder-ui
55

@@ -12,7 +12,7 @@ RUN yarn install --offline --frozen-lockfile --ignore-scripts && \
1212
yarn build
1313

1414
FROM $RUNTIME
15-
ARG VERSION=console-plugin-1-18-1
15+
ARG VERSION=console-plugin-1.18.1
1616

1717
COPY --from=builder-ui /go/src/github.com/openshift-pipelines/console-plugin/dist /usr/share/nginx/html
1818
COPY --from=builder-ui /go/src/github.com/openshift-pipelines/console-plugin/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)