Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified projects/origin-release/golang-1.13/golang-v1.13.0-1.noarch.rpm
Binary file not shown.
30 changes: 30 additions & 0 deletions projects/origin-release/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,36 @@ objects:
triggers:
- imageChange: {}
type: ImageChange
- apiVersion: v1
kind: BuildConfig
metadata:
labels:
app: origin-release
name: "origin-release-golang-1.13"
spec:
successfulBuildsHistoryLimit: 1
failedBuildsHistoryLimit: 2
output:
to:
kind: DockerImage
name: "${PUSH_REPOSITORY}:golang-1.13"
pushSecret:
name: "dockerhub"
source:
git:
ref: "${SOURCE_REF}"
uri: "${SOURCE_URL}"
contextDir: "projects/origin-release/golang-1.13/"
type: Git
strategy:
dockerStrategy:
from:
kind: ImageStreamTag
name: origin-release:base
imageOptimizationPolicy: SkipLayers
triggers:
- imageChange: {}
type: ImageChange
- apiVersion: v1
kind: BuildConfig
metadata:
Expand Down