diff --git a/.tekton/centos-bootc-pull-request.yaml b/.tekton/centos-bootc-pull-request.yaml index 29305cb3..c9e8c0e3 100644 --- a/.tekton/centos-bootc-pull-request.yaml +++ b/.tekton/centos-bootc-pull-request.yaml @@ -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 diff --git a/.tekton/centos-bootc-push.yaml b/.tekton/centos-bootc-push.yaml index f40de21e..66db2743 100644 --- a/.tekton/centos-bootc-push.yaml +++ b/.tekton/centos-bootc-push.yaml @@ -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 diff --git a/Containerfile.centos-stream9 b/Containerfile.centos-stream9 index 556bced2..b40bb8e8 100644 --- a/Containerfile.centos-stream9 +++ b/Containerfile.centos-stream9 @@ -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 diff --git a/centos-bootc.yaml b/centos-stream-9-tier1.yaml similarity index 100% rename from centos-bootc.yaml rename to centos-stream-9-tier1.yaml