CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
526 stars 156 forks source link

Unable to parse certain format of Docker image tag #1068

Closed ninjarobot closed 11 months ago

ninjarobot commented 11 months ago

This docker image tag has an additional colon so it fails parsing.

myimages.azurecr.io/image:specialtag@sha256:4f6fd68183af663e87551adccbab7322b7ba3cb6f93e1c9a87e7580a508a99c1

The error is:

Farmer.FarmerException: Malformed docker image tag - incorrect number of version segments: ...

Since it's legal to have more colons in the tag, please support that format.