From e1ebc19f0003e6630884dfc8ed63b8171ad38e68 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 3 May 2022 17:27:02 +0200 Subject: [PATCH] fix: use podman instead of docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5966ab..165ffed 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CREATEREPO_VERSION?=0.17.2 # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a # container runtime. This is needed to start and run a container image. -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # CREATEREPO_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables.