Skip to content

Commit 259e662

Browse files
authored
Revert "Update podman to v5.0.0 (#414)" (#416)
This reverts commit 8fdf861. Podman v5.0.0 won't work in RHEL8-based OCPs (4.12.x). We need to revert this change until a better solution is implemented in the CNF CertSuite or newer 4.12.x versions are fully compatible with podman v5.x.
1 parent 8fdf861 commit 259e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-partner/Dockerfile.debug-partner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
&& git clone https://github.com/containers/podman.git
1717
WORKDIR /podman
1818
RUN \
19-
git checkout v5.0.0 \
19+
git checkout v4.9.3 \
2020
&& make
2121

2222
FROM registry.access.redhat.com/ubi9/ubi:9.3-1610

0 commit comments

Comments
 (0)