build: Rename centos-bootc.yaml to centos-stream-9-tier-1.yaml
When we went back to the "one big image" model we simplified things to just `centos-bootc.yaml`. But since stream10 is here, and I think we do want to revisit having smaller images, let's rename it back. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
7d361eae22
commit
eb71457f6f
|
|
@ -19,7 +19,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: image-file
|
- name: image-file
|
||||||
value: centos-bootc.yaml
|
value: centos-stream-9-tier1.yaml
|
||||||
- name: git-url
|
- name: git-url
|
||||||
value: "{{repo_url}}"
|
value: "{{repo_url}}"
|
||||||
- name: output-image
|
- name: output-image
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: image-file
|
- name: image-file
|
||||||
value: centos-bootc.yaml
|
value: centos-stream-9-tier1.yaml
|
||||||
- name: git-url
|
- name: git-url
|
||||||
value: "{{repo_url}}"
|
value: "{{repo_url}}"
|
||||||
- name: output-image
|
- name: output-image
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
FROM quay.io/centos/centos:stream9 as repos
|
FROM quay.io/centos/centos:stream9 as repos
|
||||||
|
|
||||||
FROM quay.io/centos-bootc/bootc-image-builder:latest as builder
|
FROM quay.io/centos-bootc/bootc-image-builder:latest as builder
|
||||||
ARG MANIFEST=centos-bootc.yaml
|
ARG MANIFEST=centos-stream-9-tier1.yaml
|
||||||
# XXX: we should just make sure our in-tree c9s repo points to the c9s paths and doesn't require vars to avoid these steps entirely
|
# XXX: we should just make sure our in-tree c9s repo points to the c9s paths and doesn't require vars to avoid these steps entirely
|
||||||
COPY --from=repos /etc/dnf/vars /etc/dnf/vars
|
COPY --from=repos /etc/dnf/vars /etc/dnf/vars
|
||||||
COPY --from=repos /etc/yum.repos.d/centos.repo c9s.repo
|
COPY --from=repos /etc/yum.repos.d/centos.repo c9s.repo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue