aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.05k stars 324 forks source link

aws:runDockerAction doesn't seem to allow : in image names #410

Closed andyshinn closed 2 years ago

andyshinn commented 2 years ago

Per https://github.com/aws/amazon-ssm-agent/blob/1f2e826b7b1400a13916dca71d6272c684b610ef/agent/plugins/dockercontainer/dockercontainer.go#L313-L316 it doesn't seem to allow colons (:) in image names. This prevents use of tagged images. Is this by design or an oversight?

mmcgovs commented 2 years ago

Hi Andyshinn, we do not allow colons in an image file name by design because of how our text processing is set up. There are no current plans to support this.