anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Migrate to ECR #185

Closed cjmartian closed 2 years ago

antkneed commented 2 years ago

As a note, I have been testing these changes via Concourse from this branch: https://github.com/conda/conda-concourse-ci/tree/replace-dockerhub-with-ecr

The rsync works correctly, however, the anaconda-pkg-build image is causing some issues. I have not been able to track it down yet, but I am currently thinking that the version of Concourse and docker-image-resource we use does not support manifest lists (multi-arch images). 🤔

I have been looking into and trying registry-image-resource as well.