Skip to content

Commit daef362

Browse files
authored
Update images to ubi9/ubi9-minimal (#90)
1 parent 3f3601d commit daef362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
ARG OCT_REPO=github.com/test-network-function/oct.git
33
ARG TOKEN
44
ENV 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
4343
ENV OCT_FOLDER=/usr/oct
4444

4545
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}

Dockerfile.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
ARG OCT_LOCAL_FOLDER
33

44
ENV 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
4646
ENV OCT_FOLDER=/usr/oct
4747

4848
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}

0 commit comments

Comments
 (0)