Closed njlr closed 1 month ago
When trying to push I get:
Error: HEAD https://123456789012.dkr.ecr.eu-west-2.amazonaws.com/v2/repo/manifests/2024.42.40+8f9dd6963: unexpected status code 400 Bad Request (HEAD responses have no body, use GET for details)
However, it works if my tag is test instead.
test
Perhaps the + is the issue?
+
+ is not allowed in Docker tags
Interestingly, this means that you cannot put a sem-ver into a Docker tag!
https://github.com/distribution/distribution/issues/1201
When trying to push I get:
However, it works if my tag is
test
instead.Perhaps the
+
is the issue?