tekton: s/centos/fedora/

Not sure if this will work, but let's see.
This commit is contained in:
Colin Walters 2024-04-25 11:11:14 -04:00
parent 27ead1f82a
commit f99578e9d5
3 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: