Skip to content

Commit

Permalink
Merge pull request #9 from manics/quay-io-badge
Browse files Browse the repository at this point in the history
Quay io badge
  • Loading branch information
manics committed Nov 11, 2023
2 parents 00142d4 + 4c7246f commit 31291bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# repo2kaniko

[![Build Status](https://github.com/manics/repo2kaniko/actions/workflows/build.yml/badge.svg)](https://github.com/manics/repo2kaniko/actions/workflows/build.yml)
[![Container repository](https://img.shields.io/badge/quay.io-container-purple)](https://quay.io/repository/manics/repo2kaniko?tab=tags)

`repo2kaniko` is a plugin for [repo2docker](http://repo2docker.readthedocs.io) that lets you use [Kaniko](https://github.com/GoogleContainerTools/kaniko) instead of Docker.

Expand All @@ -20,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 @@ -36,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 31291bc

Please sign in to comment.