mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Make it possible to override podman cache path
This commit is contained in:
parent
647db212f8
commit
bd23510694
@ -16,7 +16,7 @@ endif
|
|||||||
|
|
||||||
# Cache layers to redox-os docker hub
|
# Cache layers to redox-os docker hub
|
||||||
PODMAN_CACHE=
|
PODMAN_CACHE=
|
||||||
PODMAN_CACHE_PATH=docker.io/redoxos/$(IMAGE_TAG)-$(HOST_ARCH)
|
PODMAN_CACHE_PATH=?docker.io/redoxos/$(IMAGE_TAG)-$(HOST_ARCH)
|
||||||
|
|
||||||
PODMAN_CACHE_PULL?=1
|
PODMAN_CACHE_PULL?=1
|
||||||
ifeq ($(PODMAN_CACHE_PULL),1)
|
ifeq ($(PODMAN_CACHE_PULL),1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user