Skip to content

Commit

Permalink
fix broken windows download link
Browse files Browse the repository at this point in the history
We should not use teh latest link for github releases. It will will
always use the latest tag based on the date not semver. So this will
point to v3.4.7 at the moment.

Because such things can happen again we should manually set the version
and update it for each release. Ideally we have some form of automation
for this.

see containers/podman#13947

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Apr 22, 2022
1 parent 889874e commit fe8897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ file. Podman can also be run in the Windows Subsystem for Linux system, check
out the link below to see a description of how this is done.

#### Remote Client
* [Latest remote client for Windows](https://github.com/containers/podman/releases/latest/download/podman-remote-release-windows_amd64.zip).
* [Latest remote client for Windows](https://github.com/containers/podman/releases/download/v4.0.3/podman-remote-release-windows_amd64.zip).

#### Windows Subsystem for Linux (WSL) 2.0
* [How to run Podman on Windows with WSL2](https://www.redhat.com/sysadmin/podman-windows-wsl2)
Expand Down

0 comments on commit fe8897e

Please sign in to comment.