mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
move definition
This commit is contained in:
parent
08831b5a1d
commit
c83fae7123
2 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export ARCH := x86_64
|
|||
export EXTRA_BOOT_PARAMS :=
|
||||
export IMAGE_NAME := base
|
||||
export IMAGE_REPO := quay.io/fedora-ostree-desktops
|
||||
export IMAGE_SRC = docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
export IMAGE_SRC :=
|
||||
export IMAGE_TAG = $(VERSION)
|
||||
export IMAGE_SIGNED := true
|
||||
REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
ifeq ($(IMAGE_SRC),)
|
||||
IMAGE_SRC := docker://$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
endif
|
||||
|
||||
$(IMAGE_NAME)-$(IMAGE_TAG):
|
||||
skopeo copy $(IMAGE_SRC) oci:$(IMAGE_NAME)-$(IMAGE_TAG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue