Skip to content

Commit

Permalink
Don't mention latest Docker tag in docs
Browse files Browse the repository at this point in the history
The latest tag isn't published anymore for quite a long time already.
Adjust the docs accordingly. Also correct the GitHub image name.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jul 7, 2023
1 parent 07bb32d commit 40faf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/k0s-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You will require a [Docker environment](https://docs.docker.com/get-docker/) run

The k0s containers are published both on Docker Hub and GitHub. For reasons of simplicity, the examples given here use Docker Hub (GitHub requires a separate authentication that is not covered). Alternative links include:

- docker.io/k0sproject/k0s:latest
- docker.pkg.github.com/k0sproject/k0s/k0s:"version"
- docker.io/k0sproject/k0s:{{{ extra.k8s_version }}}-k0s.0
- ghcr.io/k0sproject/k0s:{{{ extra.k8s_version }}}-k0s.0

**Note:** Due to Docker Hub tag validation scheme, we have to use `-` as the k0s version separator instead of the usual `+`. So for example k0s version `v{{{ extra.k8s_version }}}+k0s.0` is tagged as `docker.io/k0sproject/k0s:v{{{ extra.k8s_version }}}-k0s.0`.

Expand Down

0 comments on commit 40faf50

Please sign in to comment.