mirror of
https://github.com/luzifer-docker/reg-clean.git
synced 2024-11-09 11:40:00 +00:00
Update image location
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1f8a596e81
commit
8d5d85867b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Cleanup S3 based Docker registry v2:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Build container (optional)
|
## Build container (optional)
|
||||||
$ docker build -t luzifer/reg-clean .
|
$ docker build -t quay.io/luzifer/reg-clean .
|
||||||
|
|
||||||
## Define AWS credentials
|
## Define AWS credentials
|
||||||
$ cat env
|
$ cat env
|
||||||
|
@ -22,5 +22,5 @@ BUCKET=io.luzifer.docker-registry
|
||||||
REGISTRY=https://registry.luzifer.io
|
REGISTRY=https://registry.luzifer.io
|
||||||
|
|
||||||
## Execute script
|
## Execute script
|
||||||
$ docker run --rm -ti --env-file=env luzifer/reg-clean
|
$ docker run --rm -ti --env-file=env quay.io/luzifer/reg-clean
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue