fix: use podman as default container runtime
This commit is contained in:
parent
6619b4e1bd
commit
87307a345c
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ PREFIX ?= /usr/local
|
|||||||
EXECUTABLE := dyndns-client
|
EXECUTABLE := dyndns-client
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
CONTAINER_RUNTIME ?= $(shell which docker)
|
CONTAINER_RUNTIME ?= $(shell which podman)
|
||||||
|
|
||||||
# BUILD_IMAGE
|
# BUILD_IMAGE
|
||||||
BUILD_IMAGE_REGISTRY_HOST := docker.io
|
BUILD_IMAGE_REGISTRY_HOST := docker.io
|
||||||
|
Loading…
Reference in New Issue
Block a user