Skip to content

Commit

Permalink
supplemental-ci-images: Add coreos-assembler 4.11 buildconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 1, 2022
1 parent 61db9bc commit af8d62d
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 af8d62d

Please sign in to comment.