Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
labels:
build: golang-builder
name: golang-builder
spec:
source:
type: Git
git:
ref: master
uri: https://github.com/clcollins/golang-s2i.git
strategy:
type: Docker
dockerStrategy:
output:
to:
kind: ImageStreamTag
name: golang-builder:1.12
triggers:
- type: ConfigChange
- imageChange:
type: ImageChange