kompose/pkg/loader/compose
Roberto C. Morano 424f1a9a2c Propagate dots into valid service names (#1063)
* normalize '.' (dot) to '-' (dash) in service names

* added warning about the dot character replacements in service names

* fix gofmt compliance

* also normalize container names (need lowercase)

* splitted normalization for volumes and service names into different functions (it conflicted with './' volumes replacement)

* changed volume normalization to use the new own normalization function

* changed container normalization to use its new own normalization function

* updated as per discussed in PR #1063 review
2018-09-28 20:20:01 +08:00
..
compose_test.go Unit Test added to Placement Constraints Custom Labels 2018-07-04 17:35:56 -04:00
compose.go Add support for Config, endpoint_mode and 3.3 support (#994) 2018-08-01 15:09:00 -04:00
utils.go Propagate dots into valid service names (#1063) 2018-09-28 20:20:01 +08:00
v1v2.go Propagate dots into valid service names (#1063) 2018-09-28 20:20:01 +08:00
v3.go Propagate dots into valid service names (#1063) 2018-09-28 20:20:01 +08:00