kompose/pkg/transformer
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
..
kubernetes some of created objects were missing io.kompose.service label 2017-05-16 17:56:32 +02:00
openshift Fix incorrect tag in BuildConfig. 2017-05-23 14:05:59 +02:00
transformer.go Kompose will keep trying its job 2017-04-03 18:19:06 +02:00
utils_test.go Ignores :z or :Z when passed in as a volume string 2017-01-20 15:20:41 -05:00
utils.go Removed unused functions 2017-04-04 11:24:35 +05:30