fedora-common-ostree: Use releasever treefile parameter
This commit is contained in:
parent
a4e24efe5c
commit
adbfd6c912
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
ref: fedora/rawhide/${basearch}/ostree-base
|
ref: fedora/rawhide/${basearch}/ostree-base
|
||||||
|
|
||||||
automatic_version_prefix: "41.<date:%Y%m%d>"
|
releasever: 41
|
||||||
mutate-os-release: "41"
|
automatic_version_prefix: "${releasever}.<date:%Y%m%d>"
|
||||||
|
mutate-os-release: "${releasever}"
|
||||||
|
|
||||||
# Default to `bash` in our container, the same as other containers we ship.
|
# Default to `bash` in our container, the same as other containers we ship.
|
||||||
container-cmd:
|
container-cmd:
|
||||||
|
|
Loading…
Reference in a new issue