Skip to content

Instantly share code, notes, and snippets.

@tqvarnst
Last active April 11, 2017 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tqvarnst/8911f6a8e8ec0d7c082142a0b4ffdd02 to your computer and use it in GitHub Desktop.
Save tqvarnst/8911f6a8e8ec0d7c082142a0b4ffdd02 to your computer and use it in GitHub Desktop.
{
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "coolstore",
"labels": {
"application": "coolstore"
}
},
"spec": {
"source": {
"type": "Binary",
"binary": {}
},
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "ImageStreamTag",
"namespace": "${IMAGE_STREAM_NAMESPACE}",
"name": "jboss-eap70-openshift:1.4"
}
}
},
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "coolstore:latest"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment