Skip to content

Commit e9f681a

Browse files
committed
build-args-*.conf: add NAME build arg
This is used as a label in the latest Containerfile and is what ends up being used e.g. to name artifacts. See also: coreos/fedora-coreos-config#3584
1 parent 418f5c3 commit e9f681a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

build-args-c10s.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Variant-specific build arguments.
22
# Pass to buildah/podman using `--build-arg-file`.
33

4+
NAME=scos
45
VERSION="10.0"
56
BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream10
67
MANIFEST=manifest-c10s.yaml

build-args-c9s.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Variant-specific build arguments.
22
# Pass to buildah/podman using `--build-arg-file`.
33

4+
NAME=scos
45
VERSION="9.0"
56
BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream9
67
MANIFEST=manifest-c9s.yaml

build-args-rhel-10.1.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Variant-specific build arguments.
22
# Pass to buildah/podman using `--build-arg-file`.
33

4+
NAME=rhcos
45
VERSION="10.1"
56
BUILDER_IMG=registry.stage.redhat.io/rhel10/rhel-bootc:10.1
67
MANIFEST=manifest-rhel-10.1.yaml

build-args-rhel-9.6.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Variant-specific build arguments.
22
# Pass to buildah/podman using `--build-arg-file`.
33

4+
NAME=rhcos
45
VERSION="9.6"
56
BUILDER_IMG=registry.redhat.io/rhel9/rhel-bootc:9.6
67
MANIFEST=manifest-rhel-9.6.yaml

0 commit comments

Comments
 (0)