mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
docs: add help on fetching tags (#4560)
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
e900815dc0
commit
046758fcca
1 changed files with 8 additions and 1 deletions
|
@ -107,7 +107,14 @@ For example:
|
|||
|
||||
It is also possible to [switch between docker and ko](#switching-between-docker-and-ko) build systems easily.
|
||||
|
||||
<!-- TODO: explain the way images are tagged. -->
|
||||
### Image tags
|
||||
|
||||
Building images uses repository tags. To fetch repository tags into your fork run the following commands:
|
||||
|
||||
```sh
|
||||
git remote add upstream https://github.com/kyverno/kyverno
|
||||
git fetch upstream --tags
|
||||
```
|
||||
|
||||
### Building local images with docker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue