Update image location

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-04 21:37:46 +01:00
parent 1f8a596e81
commit 8d5d85867b
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -9,7 +9,7 @@ Cleanup S3 based Docker registry v2:
```bash
## Build container (optional)
$ docker build -t luzifer/reg-clean .
$ docker build -t quay.io/luzifer/reg-clean .
## Define AWS credentials
$ cat env
@ -22,5 +22,5 @@ BUCKET=io.luzifer.docker-registry
REGISTRY=https://registry.luzifer.io
## Execute script
$ docker run --rm -ti --env-file=env luzifer/reg-clean
$ docker run --rm -ti --env-file=env quay.io/luzifer/reg-clean
```