Skip to content

Commit

Permalink
update container base image to ubi9
Browse files Browse the repository at this point in the history
This commit updates the container base image
to ubi9/ubi-9.2. It is ~4 MB smaller than ubi-8.

Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead committed Oct 25, 2023
1 parent d653dc1 commit 0a084a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 as build

RUN microdnf update --nodocs && microdnf install ca-certificates --nodocs

FROM registry.access.redhat.com/ubi8/ubi-micro:8.8
FROM registry.access.redhat.com/ubi9/ubi-micro:9.2

ARG TAG

Expand Down

0 comments on commit 0a084a6

Please sign in to comment.