webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Publish Docker images elsewhere than Docker Hub #826

Closed laurentlbm closed 1 year ago

laurentlbm commented 1 year ago

It seems that organisations will be removed from Docker Hub unless they have a paid plan. Is Webrecorder/pywb impacted? If it is, then all the Docker images will be deleted and a lot of people will be affected.

Can you publish the images elsewhere? Popular options are GitHub's repository (ghcr.io) and quay.io.

ikreymer commented 1 year ago

Yes, this is definitely a concern, and seems a bit unfortunate. We are looking into subscribing for the 'webrecorder/' org docker images, but also using an alternative repository seems like a good idea as well. Seems like this issue is getting a lot of attention, so we'll see where things are at in the next week. Will report any updates here.

tw4l commented 1 year ago

Docker has since published an update saying that existing public images will not be deleted and existing namespaces will not be made available, so references existing Dockerhub images should continue to work without a security risk regardless of what we do moving forward.

https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/

tw4l commented 1 year ago

Docker has now fully reversed their plan to sunset the Free Teams plan, so we will be keeping images on Docker Hub for the foreseeable future. Thanks for bringing this to our attention!