mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix defaults
This commit is contained in:
parent
d988a5282a
commit
7f4b1d4e70
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
|
@ -2,12 +2,11 @@
|
||||||
## Formatting = UPPERCASE
|
## Formatting = UPPERCASE
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
VERSION = 39
|
VERSION = 39
|
||||||
IMAGE_REPO = ghcr.io/ublue-os
|
IMAGE_REPO = quay.io/fedora-ostree-desktops
|
||||||
IMAGE_NAME = base-main
|
IMAGE_NAME = base
|
||||||
IMAGE_TAG = $(VERSION)
|
IMAGE_TAG = $(VERSION)
|
||||||
VARIANT = Kinoite
|
VARIANT = Server
|
||||||
WEB_UI = false
|
WEB_UI = false
|
||||||
VOL_ID =
|
|
||||||
|
|
||||||
# Generated vars
|
# Generated vars
|
||||||
## Formatting = _UPPERCASE
|
## Formatting = _UPPERCASE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue