Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Use docker images from ECR in webapps pipelines

Compare
Choose a tag to compare
@andylightfoot andylightfoot released this 09 Nov 17:11
· 5 commits to main since this release
ebd650b

We have seen some issues with concourse pipelines failing to pull docker images from Docker hub as a result of the recently implemented rate limiting on Docker Hub.

This release changes the webapp pipeline to pull images from AWS ECR instead of Dockerhub.

#48