Skip to content

Commit 7dbeedc

Browse files
authored
Fix the container image tags for v0.5 (#56)
Signed-off-by: Thibault Guittet <88336850+rh-tguittet@users.noreply.github.com>
1 parent c1623c5 commit 7dbeedc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/downloads/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
ContainerSSH can be installed in a containerized system (Kubernetes, Docker, Podman) by referencing the following image names:
1010

1111
```
12-
containerssh/containerssh:0.5
13-
containerssh/containerssh:0.5.1
12+
containerssh/containerssh:v0.5
13+
containerssh/containerssh:v0.5.1
1414

15-
quay.io/containerssh/containerssh:0.5
16-
quay.io/containerssh/containerssh:0.5.1
15+
quay.io/containerssh/containerssh:v0.5
16+
quay.io/containerssh/containerssh:v0.5.1
1717
```
1818

1919
Our container images are built on **Alpine Linux (x86, 64 bit)**.

0 commit comments

Comments
 (0)