Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 4a9c826

Browse files
committed
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.
1 parent 8c1487f commit 4a9c826

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.tekton/centos-bootc-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
params:
2121
- name: image-file
22-
value: centos-bootc.yaml
22+
value: centos-stream-9-tier1.yaml
2323
- name: git-url
2424
value: "{{repo_url}}"
2525
- name: output-image

.tekton/centos-bootc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
params:
2121
- name: image-file
22-
value: centos-bootc.yaml
22+
value: centos-stream-9-tier-1.yaml
2323
- name: git-url
2424
value: "{{repo_url}}"
2525
- name: output-image

Containerfile.centos-stream9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
FROM quay.io/centos/centos:stream9 as repos
2727

2828
FROM quay.io/centos-bootc/bootc-image-builder:latest as builder
29-
ARG MANIFEST=centos-bootc.yaml
29+
ARG MANIFEST=centos-stream-9-tier-1.yaml
3030
# 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
3131
COPY --from=repos /etc/dnf/vars /etc/dnf/vars
3232
COPY --from=repos /etc/yum.repos.d/centos.repo c9s.repo
File renamed without changes.

0 commit comments

Comments
 (0)