postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.88k stars 1.17k forks source link

Alternate container image source #3081

Open bmaupin opened 1 year ago

bmaupin commented 1 year ago

We currently use the Postman container images from Docker Hub: https://hub.docker.com/u/postman

Given the news that Docker is deleting Open Source organisations, I'm wondering if that will impact the Postman images?

GitHub Container Registry may be the easiest alternative given that Postman is already hosted in GitHub.

Another alternative is quay.io, which offers unlimited storage and serving of public repositories.

Thanks!