Merge branch 'update-konflux' into 'main'
tekton: s/centos/fedora/ See merge request fedora/bootc/base-images!2
This commit is contained in:
commit
9a89646282
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
Loading…
Reference in New Issue