1
0
Fork 0
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:
Gerald Pinder 2024-06-10 21:01:11 -04:00
parent e0e4de8f9a
commit d4917f64ea
3 changed files with 12 additions and 2 deletions

View file

@ -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