Skip to content

Commit

Permalink
feat(dockerfile): use ubi9-minimal as base image (#68)
Browse files Browse the repository at this point in the history
Starting with OpenShift 4.13 the RHCOS image used for nodes will be
based on RHEL 9.2, so we're going to use ubi9-minimal going forward.
https://access.redhat.com/articles/6907891

fixes #67
  • Loading branch information
tongpu authored Nov 20, 2023
1 parent a9a3bd8 commit 0acca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8-minimal:8.9-1029
FROM registry.access.redhat.com/ubi9-minimal:9.3-1361.1699548032

LABEL org.opencontainers.image.authors="Adfinis AG <https://adfinis.com>"
LABEL org.opencontainers.image.vendor="Adfinis"
Expand Down

0 comments on commit 0acca3f

Please sign in to comment.