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

Commit

Permalink
build: Rename centos-bootc.yaml to centos-stream-9-tier-1.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cgwalters committed Apr 18, 2024
1 parent 8c1487f commit 4a9c826
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tekton/centos-bootc-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: image-file
value: centos-bootc.yaml
value: centos-stream-9-tier1.yaml
- name: git-url
value: "{{repo_url}}"
- name: output-image
Expand Down
2 changes: 1 addition & 1 deletion .tekton/centos-bootc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: image-file
value: centos-bootc.yaml
value: centos-stream-9-tier-1.yaml
- name: git-url
value: "{{repo_url}}"
- name: output-image
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.centos-stream9
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FROM quay.io/centos/centos:stream9 as repos

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

0 comments on commit 4a9c826

Please sign in to comment.