manifests: support container_imgref var in FCOS manifest
This makes it easier to see/change the value globally.
This commit is contained in:
parent
d9363d4561
commit
408b101799
1 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ mpp-vars:
|
|||
four_k_sector_size: 4096
|
||||
# The name to use for deployment stateroot
|
||||
osname: fedora-coreos
|
||||
# The container image ref to follow for updates
|
||||
container_imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:stable
|
||||
# Filesystem UUID and label definitions. These UUIDs
|
||||
# are looked for on boot and if found replaced with
|
||||
# a new random UUID to make each install unique.
|
||||
|
|
@ -102,7 +104,8 @@ pipelines:
|
|||
options:
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
target_imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:stable
|
||||
target_imgref:
|
||||
mpp-format-string: '{container_imgref}'
|
||||
mounts:
|
||||
- /boot
|
||||
- /boot/efi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue