Skip to content

Instantly share code, notes, and snippets.

@ncameronbritt
Created February 20, 2018 19:28
Show Gist options
  • Save ncameronbritt/3b4b2b0e1e803af6161f5022ea4eb314 to your computer and use it in GitHub Desktop.
Save ncameronbritt/3b4b2b0e1e803af6161f5022ea4eb314 to your computer and use it in GitHub Desktop.
cakephp-ex.yaml
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftWebConsole
creationTimestamp: '2018-02-09T20:42:52Z'
labels:
app: cakephp-ex
chicken: taco
foo: bar
peanutbutter: sandwich
name: cakephp-ex
namespace: build-project
resourceVersion: '428608'
selfLink: /apis/build.openshift.io/v1/namespaces/build-project/buildconfigs/cakephp-ex
uid: cccb26e4-0dd9-11e8-b8d1-223808476889
spec:
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: 'cakephp-ex:latest'
postCommit: {}
resources: {}
runPolicy: Serial
source:
git:
ref: master
uri: 'https://github.com/openshift/cakephp-ex.git'
type: Git
strategy:
sourceStrategy:
from:
kind: ImageStreamTag
name: 'php:5.6'
namespace: openshift
type: Source
triggers:
- github:
secret: 0d3db7db1ee6870d
type: GitHub
- generic:
secret: 9fd9f5da6f5dcb8e
type: Generic
- imageChange:
lastTriggeredImageID: >-
centos/php-56-centos7@sha256:39c03e892457a1e93091ed52b7bc0356ba651f109102bc0e83d5e502de324063
type: ImageChange
- type: ConfigChange
status:
lastVersion: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment