aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-12-16 13:57:23 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-16 13:57:23 +0100
commit569b90af85a84fefd1b0a6323243d9c52d2ad3d3 (patch)
treeb07ef3546d1f80b47a5f04969466325f3ab0e3f2
parentcfe93fcd921f7b202299dc1b8e29a26da8fbc336 (diff)
downloadpodman-docker-builder-569b90af85a84fefd1b0a6323243d9c52d2ad3d3.tar.gz
try switch to podman2
-rwxr-xr-xconfigure-podman2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-podman b/configure-podman
index 2fafa59..dc5554b 100755
--- a/configure-podman
+++ b/configure-podman
@@ -5,7 +5,7 @@
echo "# update & install packages"
dnf update -y
-dnf module -y enable container-tools:2.0
+#dnf module -y enable container-tools:2.0
dnf install -y podman podman-docker buildah skopeo jq
dnf clean all -y