Skip to content

Commit 4711b50

Browse files
Roshan-Rdustymabe
authored andcommitted
build-args: Add STREAM to build-args
This commit adds the STREAM build argument to all build-args configs so the `com.coreos.stream` label can be consistently populated during image builds. See: coreos/fedora-coreos-config#3867
1 parent 6db2cfe commit 4711b50

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
@@ -7,3 +7,4 @@ BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream10
77
MANIFEST=manifest-c10s.yaml
88
# XXX: see inject_passwd_group() in build-rootfs
99
PASSWD_GROUP_DIR=.
10+
STREAM=c10s

build-args-c9s.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream9
77
MANIFEST=manifest-c9s.yaml
88
# XXX: see inject_passwd_group() in build-rootfs
99
PASSWD_GROUP_DIR=.
10+
STREAM=c9s

build-args-rhel-10.1.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ BUILDER_IMG=registry.stage.redhat.io/rhel10/rhel-bootc:10.1
77
MANIFEST=manifest-rhel-10.1.yaml
88
# XXX: see inject_passwd_group() in build-rootfs
99
PASSWD_GROUP_DIR=.
10+
STREAM=rhel-10.1

build-args-rhel-9.6.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ BUILDER_IMG=registry.redhat.io/rhel9/rhel-bootc:9.6
77
MANIFEST=manifest-rhel-9.6.yaml
88
# XXX: see inject_passwd_group() in build-rootfs
99
PASSWD_GROUP_DIR=.
10+
STREAM=rhel-9.6

0 commit comments

Comments
 (0)