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 1- FROM registry.access.redhat.com/ubi8 /ubi:8.9-1107.1705420509 AS builder
1+ FROM registry.access.redhat.com/ubi9 /ubi:9.3-1476 AS builder
22ARG OCT_REPO=github.com/test-network-function/oct.git
33ARG TOKEN
44ENV OCT_FOLDER=/usr/oct
@@ -39,7 +39,7 @@ RUN ./oct fetch --operator --container --helm && \
3939
4040# Copy the oct folder to a new minimal flattened image to reduce size.
4141# It should also hide the pull token.
42- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
42+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
4343ENV OCT_FOLDER=/usr/oct
4444
4545COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /ubi:8.9-1107.1705420509 AS builder
1+ FROM registry.access.redhat.com/ubi9 /ubi:9.3-1476 AS builder
22ARG OCT_LOCAL_FOLDER
33
44ENV OCT_FOLDER=/usr/oct
@@ -42,7 +42,7 @@ RUN ./oct fetch --operator --container --helm && \
4242
4343# Copy the state into a new flattened image to reduce (layers) size.
4444# It should also hide the pull token.
45- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
45+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
4646ENV OCT_FOLDER=/usr/oct
4747
4848COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
You can’t perform that action at this time.
0 commit comments