Skip to content

Commit 1d7b563

Browse files
committed
Bump minor version for ubi9 from 9.6 to 9.7 only for both executor and operator images since rclone passes
1 parent 455b6ce commit 1d7b563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

executor/Dockerfile.executor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY api/rest/openapi/ /openapi/
5454
RUN chmod -R 666 /openapi/ \
5555
&& chmod 777 /openapi/open-inference
5656

57-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
57+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
5858

5959
WORKDIR /
6060
COPY --from=builder /workspace/executor .

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN wget -O mitchellh-cli.tar.gz https://github.com/mitchellh/cli/archive/master
4545
RUN wget -O mitchellh-gox.tar.gz https://github.com/mitchellh/gox/archive/master.tar.gz
4646
RUN wget -O mozilla-tls-observatory.tar.gz https://github.com/mozilla/tls-observatory/archive/master.tar.gz
4747

48-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
48+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
4949

5050
WORKDIR /
5151
COPY --from=builder /workspace/manager .

0 commit comments

Comments
 (0)