Skip to content

Commit

Permalink
Merge pull request #29057 from cgwalters/cosa-4.11
Browse files Browse the repository at this point in the history
supplemental-ci-images: Add coreos-assembler 4.11 buildconfig
  • Loading branch information
openshift-merge-robot authored Jun 1, 2022
2 parents b22581a + af8d62d commit c334f58
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,34 @@ items:
github:
secretReference:
name: "github-coreos-assembler-webhook-secret"
- kind: BuildConfig
apiVersion: v1
metadata:
namespace: coreos
name: coreos-assembler-4.11
spec:
successfulBuildsHistoryLimit: 1
failedBuildsHistoryLimit: 2
output:
to:
kind: ImageStreamTag
name: coreos-assembler:4.11
source:
git:
ref: rhcos-4.11
uri: https://github.com/coreos/coreos-assembler.git
type: Git
strategy:
dockerStrategy:
imageOptimizationPolicy: SkipLayers
type: Docker
triggers:
- type: ImageChange
- type: ConfigChange
- type: "GitHub"
github:
secretReference:
name: "github-coreos-assembler-webhook-secret"
- kind: BuildConfig
apiVersion: v1
metadata:
Expand Down

0 comments on commit c334f58

Please sign in to comment.