Closed matanbaruch closed 6 months ago
Hey hey,
I am not 100% sure if we have setup a dedicated AWS account for the Pact Org, will check.
Would publishing to GitHub ghcr.io
help?
YES!
Since we are using it with Github Actions :)
Awesome,
I assume it should be as simple as adding a CR_PAT (across the org, so we can reuse for our different repos as it makes sense to be consistent)
and then at the end of each existing publish step, we can just retag with `ghcr.io/
push and we are golden
What are the Docker limits and how many images are you pulling 😂
Would love to hear more about your project, as I am sure others would in the community.
We are using it in CI pipeline in Github Actions, The pact server is mocking our backend, so basically a lot! We currently cloned it to our internal AWS ECR, but it would be nice to get latest releases and multi-arch builds.
Hey @matanbaruch,
Sorry this took so long!
I've finally got a release out for you publishing to ghcr for the pact-stub-server, publishing to ghcr, and producing multi-arch arm/amd64 images. The binaries themselves are statically built with musl
now so will work across musl and glibc based distros.
I am tracking publishing all of our pact-foundation images to GHCR, which came out of the back of this request, so thank you
It would be nice to see pact-foundation in AWS Public Gallery https://docs.aws.amazon.com/AmazonECR/latest/public/public-gallery.html
(Since Docker Hub limits are pain)