mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
feat: Allow building from an oci-archive tarball
This commit is contained in:
parent
e0e4de8f9a
commit
d4917f64ea
3 changed files with 12 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ export IMAGE_NAME := base
|
|||
export IMAGE_REPO := quay.io/fedora-ostree-desktops
|
||||
export IMAGE_TAG = $(VERSION)
|
||||
export IMAGE_SIGNED := true
|
||||
export IMAGE_TAR :=
|
||||
REPOS := $(subst :,\:,$(wildcard /etc/yum.repos.d/*.repo))
|
||||
export ROOTFS_SIZE := 4
|
||||
export VARIANT := Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue