Skip to content

Commit

Permalink
Use quay.io image in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 11, 2023
1 parent aa36f59 commit 4c7246f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These behave similarly to `ContainerEngine.registry_credentials` and `CONTAINER_
## Running

```
podman run -it --rm repo2kaniko \
podman run -it --rm quay.io/manics/repo2kaniko \
repo2docker --debug --engine=kaniko \
--Repo2Docker.user_id=1000 --user-name=jovyan \
--KanikoEngine.registry_credentials=registry=quay.io \
Expand All @@ -37,7 +37,7 @@ With a local registry that can be used as a cache:
```
./run-local-registry.sh
REGISTRY=...
podman run -it --rm repo2kaniko \
podman run -it --rm quay.io/manics/repo2kaniko \
repo2docker --debug --engine=kaniko \
--Repo2Docker.user_id=1000 --user-name=jovyan \
--KanikoEngine.cache_registry=$REGISTRY/cache \
Expand Down

0 comments on commit 4c7246f

Please sign in to comment.