kompose/pkg/transformer/openshift
Tomas Kral c5fa9f7f2a
Fix incorrect tag in BuildConfig.
For services with build and image keys DeploymentConfig respects tag from docker-compose image key.
But BuildConfig image tag was always set to  'latest'.
Result of this was that deployment wasn't trigired after successful build.
This fixes it by setting BuildConfig output image tag to the same tag that is used for  DeploymentConfig (tag from docker-compose image key)
2017-05-23 14:05:59 +02:00
..
openshift_test.go Fix incorrect tag in BuildConfig. 2017-05-23 14:05:59 +02:00
openshift.go Fix incorrect tag in BuildConfig. 2017-05-23 14:05:59 +02:00