https://github.com/vsoch/docker-pull
Save your Docker Hub containers from ultimate doom!
https://github.com/vsoch/docker-pull
Last synced: 10 months ago
JSON representation
Save your Docker Hub containers from ultimate doom!
- Host: GitHub
- URL: https://github.com/vsoch/docker-pull
- Owner: vsoch
- License: mit
- Created: 2020-08-14T19:45:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T14:59:04.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T16:55:04.113Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Pull
Docker Hub announced they are going to start purging images, via their new [retention policy](https://www.docker.com/pricing/retentionfaq).
This is obviously terrible for scientific repodocibility.
This is a simple test to parse container names in [repos.txt](repos.txt) and pull them on a monthly basis.
You should group container repositories together (meaning ones that only vary by the tag)
to ensure that the images are removed after all are pulled (so the GitHub Workflow
space doesn't fill up with the layers).