Skip to content

Commit 30450bc

Browse files
committed
Containerfile: use ubi-minimal
Use `ubi9/ubi-minimal` to be closed to the downstream set-up.
1 parent ec005be commit 30450bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wisdom-service.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:latest AS production
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest AS production
22

33
ARG IMAGE_TAGS=image-tags-not-defined
44
ARG GIT_COMMIT=git-commit-not-defined

0 commit comments

Comments
 (0)