diff --git a/.tekton/fedora-bootc-eln-standard-pull-request.yaml b/.tekton/fedora-bootc-eln-minimal-plus-pull-request.yaml similarity index 89% rename from .tekton/fedora-bootc-eln-standard-pull-request.yaml rename to .tekton/fedora-bootc-eln-minimal-plus-pull-request.yaml index f7a3adc..85e6457 100644 --- a/.tekton/fedora-bootc-eln-standard-pull-request.yaml +++ b/.tekton/fedora-bootc-eln-minimal-plus-pull-request.yaml @@ -12,7 +12,7 @@ metadata: ( (event == "pull_request" && target_branch == "main") ) && ( - ".tekton/fedora-bootc-eln-standard-pull-request.yaml".pathChanged() || + ".tekton/fedora-bootc-eln-minimal-plus-pull-request.yaml".pathChanged() || "Containerfile".pathChanged() || "bootc-base-imagectl".pathChanged() || "install-manifests".pathChanged() || @@ -30,9 +30,9 @@ metadata: creationTimestamp: null labels: appstudio.openshift.io/application: fedora-bootc-eln - appstudio.openshift.io/component: fedora-bootc-eln-standard + appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus pipelines.appstudio.openshift.io/type: build - name: fedora-bootc-eln-standard-on-pull-request + name: fedora-bootc-eln-minimal-plus-on-pull-request spec: params: - name: git-url @@ -58,7 +58,7 @@ spec: - name: image-expires-after value: 5d - name: output-image - value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:on-pr-{{revision}} + value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:on-pr-{{revision}} - name: labels value: - org.opencontainers.image.version=eln @@ -74,4 +74,4 @@ spec: timeouts: pipeline: 6h taskRunTemplate: - serviceAccountName: build-pipeline-fedora-bootc-eln-standard + serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus diff --git a/.tekton/fedora-bootc-eln-standard-push.yaml b/.tekton/fedora-bootc-eln-minimal-plus-push.yaml similarity index 89% rename from .tekton/fedora-bootc-eln-standard-push.yaml rename to .tekton/fedora-bootc-eln-minimal-plus-push.yaml index b2cd6b6..00089ec 100644 --- a/.tekton/fedora-bootc-eln-standard-push.yaml +++ b/.tekton/fedora-bootc-eln-minimal-plus-push.yaml @@ -11,7 +11,7 @@ metadata: ( (event == "push" && target_branch == "main") ) && ( - ".tekton/fedora-bootc-eln-standard-push.yaml".pathChanged() || + ".tekton/fedora-bootc-eln-minimal-plus-push.yaml".pathChanged() || "Containerfile".pathChanged() || "bootc-base-imagectl".pathChanged() || "install-manifests".pathChanged() || @@ -29,9 +29,9 @@ metadata: creationTimestamp: null labels: appstudio.openshift.io/application: fedora-bootc-eln - appstudio.openshift.io/component: fedora-bootc-eln-standard + appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus pipelines.appstudio.openshift.io/type: build - name: fedora-bootc-eln-standard-on-push + name: fedora-bootc-eln-minimal-plus-on-push spec: params: - name: git-url @@ -55,7 +55,7 @@ spec: - REPOS_IMAGE=quay.io/bootc-devel/fedora-bootc-eln-compose:Fedora-ELN-20260317.n.0@sha256:0000000000000000000000000000000000000000000000000000000000000001 - MANIFEST=fedora-eln - name: output-image - value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:{{revision}} + value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:{{revision}} - name: labels value: - org.opencontainers.image.version=eln @@ -71,4 +71,4 @@ spec: timeouts: pipeline: 6h taskRunTemplate: - serviceAccountName: build-pipeline-fedora-bootc-eln-standard + serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus diff --git a/.tekton/fedora-bootc-eln-standard-renovate-push.yaml b/.tekton/fedora-bootc-eln-minimal-plus-renovate-push.yaml similarity index 89% rename from .tekton/fedora-bootc-eln-standard-renovate-push.yaml rename to .tekton/fedora-bootc-eln-minimal-plus-renovate-push.yaml index 8f5f18a..7df2ba1 100644 --- a/.tekton/fedora-bootc-eln-standard-renovate-push.yaml +++ b/.tekton/fedora-bootc-eln-minimal-plus-renovate-push.yaml @@ -11,7 +11,7 @@ metadata: ( (event == "push" && target_branch.startsWith("renovate/")) ) && ( - ".tekton/fedora-bootc-eln-standard-renovate-push.yaml".pathChanged() || + ".tekton/fedora-bootc-eln-minimal-plus-renovate-push.yaml".pathChanged() || "Containerfile".pathChanged() || "bootc-base-imagectl".pathChanged() || "install-manifests".pathChanged() || @@ -29,10 +29,10 @@ metadata: creationTimestamp: null labels: appstudio.openshift.io/application: fedora-bootc-eln - appstudio.openshift.io/component: fedora-bootc-eln-standard + appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus pipelines.appstudio.openshift.io/type: build release.appstudio.openshift.io/auto-release: "false" - name: fedora-bootc-eln-standard-renovate-on-push + name: fedora-bootc-eln-minimal-plus-renovate-on-push spec: params: - name: git-url @@ -58,7 +58,7 @@ spec: - name: image-expires-after value: 5d - name: output-image - value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:{{revision}} + value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:{{revision}} - name: labels value: - org.opencontainers.image.version=eln @@ -74,4 +74,4 @@ spec: timeouts: pipeline: 6h taskRunTemplate: - serviceAccountName: build-pipeline-fedora-bootc-eln-standard + serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus