mirror of
https://github.com/docker/compose.git
synced 2025-07-26 23:24:05 +02:00
Longer names will fail with: AmazonElasticLoadBalancingV2; Status Code: 400; Error Code: ValidationError; Fairly straight forward approach, truncate at 32 characters. Considering that we append "LoadBalancer" to every name and it is 12 characters the name should stay useful. We can decide later if "LB" is better then a truncated "LoadBalan". The golden test data needed to be updated because its names were also over 32 characters. Fixes #160. Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Description
Languages
Go
96.9%
Dockerfile
2.3%
Makefile
0.5%
HCL
0.2%