Skip to content

Commit b2a501a

Browse files
authored
Dockerfile for debug partner: build podman with ubi8. (#394)
Podman must be always built with ubi8, since it's going to be used as a workaround for platform-alteration-base-image test case when running in clusters with OCP versions 4.12.z or lower only. The CoreOS of those OCPs are based on RHEL 8.x. See https://access.redhat.com/articles/6907891
1 parent 8cb27a0 commit b2a501a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-partner/Dockerfile.debug-partner

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 as podman-builder
1+
# IMPORTANT: podman must be build from ubi8.x only. Do not upgrade it to ubi9.
2+
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 as podman-builder
3+
24
# hadolint ignore=DL3041
35
RUN \
46
dnf update --assumeyes --disableplugin=subscription-manager \

0 commit comments

Comments
 (0)