Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

AWS ECS can't pull domibus image from the url

I'm trying to deploy the image: code.europa.eu:4567/edelivery/docker/domibus-tomcat9:5.1.7"` on AWS ECS but constantly getting an error:

CannotPullContainerError: pull image manifest has been retried 5 time(s): failed to resolve ref code.europa.eu:4567/edelivery/docker/domibus-tomcat9:5.1.7: failed to do request: Head "https://code.europa.eu:4567/v2/edelivery/docker/domibus-tomcat9/manifests/5.1.7": dial tcp 85.10.128.219:4567: i/o timeout

When running docker on my local machine, everything works fine. Is there any other way to allow ECS to pull this specific image?