mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
allow for other source types
This commit is contained in:
parent
e0e4de8f9a
commit
da07f96920
4 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +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_TAG = $(VERSION)
|
||||
export IMAGE_SIGNED := true
|
||||
REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue