1
0
Fork 0
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:
Jim Bugwadia 2022-09-09 01:30:29 -07:00 committed by GitHub
parent e900815dc0
commit 046758fcca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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