diff --git a/.tekton/centos-bootc-integration-tests.yaml b/.tekton/fedora-bootc-integration-tests.yaml similarity index 96% rename from .tekton/centos-bootc-integration-tests.yaml rename to .tekton/fedora-bootc-integration-tests.yaml index c156051..140e96f 100644 --- a/.tekton/centos-bootc-integration-tests.yaml +++ b/.tekton/fedora-bootc-integration-tests.yaml @@ -39,7 +39,7 @@ spec: resolver: git params: - name: url - value: https://github.com/centos/centos-bootc/ + value: https://gitlab.com/fedora/bootc/base-images/ - name: revision value: main - name: pathInRepo diff --git a/.tekton/centos-bootc-pull-request.yaml b/.tekton/fedora-bootc-pull-request.yaml similarity index 77% rename from .tekton/centos-bootc-pull-request.yaml rename to .tekton/fedora-bootc-pull-request.yaml index c9e8c0e..26c4f3b 100644 --- a/.tekton/centos-bootc-pull-request.yaml +++ b/.tekton/fedora-bootc-pull-request.yaml @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: annotations: - build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}} + build.appstudio.openshift.io/repo: https://gitlab.com/fedora/bootc/base-images/?rev={{revision}} build.appstudio.redhat.com/commit_sha: "{{revision}}" build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}" build.appstudio.redhat.com/target_branch: "{{target_branch}}" @@ -11,25 +11,25 @@ metadata: event == "pull_request" && target_branch == "main" creationTimestamp: null labels: - appstudio.openshift.io/application: centos-bootc - appstudio.openshift.io/component: centos-bootc + appstudio.openshift.io/application: fedora-bootc + appstudio.openshift.io/component: fedora-bootc pipelines.appstudio.openshift.io/type: build - name: centos-bootc-on-pull-request + name: fedora-bootc-on-pull-request namespace: centos-bootc-tenant spec: params: - name: image-file - value: centos-stream-9-tier1.yaml + value: fedora-bootc.yaml - name: git-url value: "{{repo_url}}" - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/centos-bootc:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}} - name: path-context value: . - name: revision value: "{{revision}}" - name: config-file - value: "centos-bootc-config.json" + value: "fedora-bootc-config.json" pipelineRef: name: ostree-build workspaces: diff --git a/.tekton/centos-bootc-push.yaml b/.tekton/fedora-bootc-push.yaml similarity index 77% rename from .tekton/centos-bootc-push.yaml rename to .tekton/fedora-bootc-push.yaml index 4db955a..eadbc3d 100644 --- a/.tekton/centos-bootc-push.yaml +++ b/.tekton/fedora-bootc-push.yaml @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: annotations: - build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}} + build.appstudio.openshift.io/repo: https://gitlab.com/fedora/bootc/base-images/?rev={{revision}} build.appstudio.redhat.com/commit_sha: "{{revision}}" build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}" build.appstudio.redhat.com/target_branch: "{{target_branch}}" @@ -11,25 +11,25 @@ metadata: event == "push" && target_branch == "main" creationTimestamp: null labels: - appstudio.openshift.io/application: centos-bootc - appstudio.openshift.io/component: centos-bootc + appstudio.openshift.io/application: fedora-bootc + appstudio.openshift.io/component: fedora-bootc pipelines.appstudio.openshift.io/type: build - name: centos-bootc-on-push + name: fedora-bootc-on-push namespace: centos-bootc-tenant spec: params: - name: image-file - value: centos-stream-9-tier1.yaml + value: fedora-bootc.yaml - name: git-url value: "{{repo_url}}" - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/centos-bootc:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}} - name: path-context value: . - name: revision value: "{{revision}}" - name: config-file - value: "centos-bootc-config.json" + value: "fedora-bootc-config.json" pipelineRef: name: ostree-build workspaces: