Not able to pull Private Images from Artifactory to AWS Fargate

Viewed 1710

I am having an issue pulling private images from Artifactory to AWS Fargate. It is showing an error "access violation". Anybody getting the same error while running task in AWS Fargate?

Status reason : CannotPullContainerError: API error (500): Get https://xxx.artifactory.xx:xxx/v2/: Access violation

2 Answers

AWS have recognized this as an issue with Fargate:

Thank you for your patience. Here's an update which I received from our Fargate team on this issue.

We have identified an issue were customers are unable to pull images from private container image registries running on non-443 HTTPS ports. We have fixed the issue and will make it available with the next AWS Fargate Platform Version release (mid December).

I hope the above answers your questions and I do apologize for the issues you faced. Please do get back on the case if you needed more information. Have a great day ahead :)

To retry, then, after mid-December

Related