Skip to content

Commit

Permalink
JKNS-384: Update Jenkins base images to RHEL9
Browse files Browse the repository at this point in the history
- update ubi7 to ubi9

Signed-off-by: Avinal Kumar <avinal@redhat.com>
  • Loading branch information
avinal committed Apr 18, 2024
1 parent 46b3556 commit 0bb5f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2/go-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN go install go-init
# Stage 2: ubi-minimal image with go-init
###########################################

FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
COPY --from=builder /go/bin/go-init /usr/bin/go-init
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
COPY --from=builder /go/bin/go-init /usr/bin/go-init
4 changes: 2 additions & 2 deletions slave-base/go-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN go install go-init
# Stage 2: ubi-minimal image with go-init
###########################################

FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
COPY --from=builder /go/bin/go-init /usr/bin/go-init
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
COPY --from=builder /go/bin/go-init /usr/bin/go-init

0 comments on commit 0bb5f51

Please sign in to comment.