Yousaf Nabi (pactflow.io)
pact-foundation
( as per gh) where our docker org is pactfoundation
They are multi-manifest images and you can pull them like
docker pull <http://ghcr.io/pact-foundation/pact-cli:latest|ghcr.io/pact-foundation/pact-cli:latest>
pact-broker-docker's next release run will publish multi manifest images without the -multi
suffix, and also publish to ghcr.io
HOWEVER...
There was an error in the latest release run due to an audit issue with Rack, however the update gem workflow failed integration tests
https://github.com/pact-foundation/pact-broker-docker/actions/runs/8043208816/job/21964933527#step:10:605
I can reproduce it locally, but isn't showing up in the other test runs, which run the same integration tests head splode
cookie trail in this PR to update rack
https://github.com/pact-foundation/pact-broker-docker/pull/173
TL;DR - we should probably revert https://github.com/pact-foundation/pact-broker-docker/pull/170 until we iron out that bug