https://github.com/nwtgck/hub-purge-dockerfile
Docker image for hub-purge, which clears GitHub image caches on README
https://github.com/nwtgck/hub-purge-dockerfile
badge docker docker-image github hub-purge purge
Last synced: 2 months ago
JSON representation
Docker image for hub-purge, which clears GitHub image caches on README
- Host: GitHub
- URL: https://github.com/nwtgck/hub-purge-dockerfile
- Owner: nwtgck
- License: mit
- Created: 2018-07-09T15:01:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T20:30:22.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T15:08:24.008Z (8 months ago)
- Topics: badge, docker, docker-image, github, hub-purge, purge
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hub-purge-dockerfile
[](https://hub.docker.com/r/nwtgck/hub-purge/) [](https://microbadger.com/images/nwtgck/hub-purge "Get your own image badge on microbadger.com")Docker image for [`hub-purge`](https://github.com/mpyw/hub-purge), which
clears GitHub image caches on README## Usage
```bash
docker run --rm nwtgck/hub-purge / / ... /
```### Example Usage
The following command clears image caches in two repositories, [`nwtgck/trans-server-akka`](https://github.com/nwtgck/trans-server-akka) and [`nwtgck/ts-copyable-npm`](https://github.com/nwtgck/ts-copyable-npm).
```bash
docker run --rm nwtgck/hub-purge nwtgck/trans-server-akka nwtgck/ts-copyable-npm
```