File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Variant-specific build arguments.
2
2
# Pass to buildah/podman using `--build-arg-file`.
3
3
4
+ NAME=scos
4
5
VERSION="10.0"
5
6
BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream10
6
7
MANIFEST=manifest-c10s.yaml
Original file line number Diff line number Diff line change 1
1
# Variant-specific build arguments.
2
2
# Pass to buildah/podman using `--build-arg-file`.
3
3
4
+ NAME=scos
4
5
VERSION="9.0"
5
6
BUILDER_IMG=quay.io/centos-bootc/centos-bootc:stream9
6
7
MANIFEST=manifest-c9s.yaml
Original file line number Diff line number Diff line change 1
1
# Variant-specific build arguments.
2
2
# Pass to buildah/podman using `--build-arg-file`.
3
3
4
+ NAME=rhcos
4
5
VERSION="10.1"
5
6
BUILDER_IMG=registry.stage.redhat.io/rhel10/rhel-bootc:10.1
6
7
MANIFEST=manifest-rhel-10.1.yaml
Original file line number Diff line number Diff line change 1
1
# Variant-specific build arguments.
2
2
# Pass to buildah/podman using `--build-arg-file`.
3
3
4
+ NAME=rhcos
4
5
VERSION="9.6"
5
6
BUILDER_IMG=registry.redhat.io/rhel9/rhel-bootc:9.6
6
7
MANIFEST=manifest-rhel-9.6.yaml
You can’t perform that action at this time.
0 commit comments