mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
This includes adding BASE_VERSION [1] and IMAGE_CONFIG [2]. [1] https://github.com/coreos/fedora-coreos-config/pull/3921 [2] https://github.com/coreos/fedora-coreos-config/pull/3922
19 lines
761 B
Plaintext
19 lines
761 B
Plaintext
# Stream-specific build arguments.
|
|
# Pass to buildah/podman using `--build-arg-file`.
|
|
#
|
|
# This is the base version. This value will get used as a starting point for
|
|
# determining what the actual version should be. It's also the value that gets found
|
|
# and replaced in /usr/lib/os-release.
|
|
BASE_VERSION=44
|
|
# This is the developer default version. In COSA builds or pipeline runs, this will get
|
|
# overridden by versionary.
|
|
VERSION=44.dev
|
|
BUILDER_IMG=quay.io/bootc-devel/fedora-bootc-rawhide-standard@sha256:776957f82b9bc0835fef725d316a0fc25d1eb10405fcd63919050192ee6771d8
|
|
MANIFEST=manifest.yaml
|
|
# XXX: see inject_passwd_group() in build-rootfs
|
|
PASSWD_GROUP_DIR=manifests
|
|
NAME=fedora-coreos
|
|
STREAM=rawhide
|
|
DESCRIPTION=Fedora CoreOS rawhide
|
|
IMAGE_CONFIG=image.yaml
|