draft-classic/pkg/builder
Johannes Brüderl 97e2ce0a06 use strings.Replace instead of strings.Trim in getRegistryName
Trim works with a cutset, i.e. all single characters contained in the cutset are
removed. This leads to unexpected and wrong behavior, since getRegistryName
should only remove a specific string contained in its given input.
Fixes #712
2018-05-03 14:28:30 +02:00
..
azure use strings.Replace instead of strings.Trim in getRegistryName 2018-05-03 14:28:30 +02:00
docker add acr build support 2018-04-24 14:08:06 -07:00
testdata/simple remove draftd 2018-03-19 15:48:02 -07:00
builder.go add acr build support 2018-04-24 14:08:06 -07:00
builder_test.go Fix tests and documentation for chart and dockerfile in environment manifest 2018-04-20 23:06:46 +03:00
errors.go remove draftd 2018-03-19 15:48:02 -07:00
registry.go re-instate injecting the image pull secret into the namespace 2018-04-02 14:17:28 -07:00
registry_test.go re-instate injecting the image pull secret into the namespace 2018-04-02 14:17:28 -07:00
summary.go remove draftd 2018-03-19 15:48:02 -07:00
ulid.go remove draftd 2018-03-19 15:48:02 -07:00
watch.go remove draftd 2018-03-19 15:48:02 -07:00