mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
[CI:DOCS] Fix docs/version-check always requesting updates
As suggested by @edsantiago, the complex script and direct-link in the docs are adding little value while increasing the CI maintenance burden. Simply retire the script and strip the direct (versioned) links from the docs. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -16,8 +16,7 @@ The remote client uses a client-server model. You need Podman installed on a Lin
|
||||
|
||||
### Windows
|
||||
|
||||
Installing the Windows Podman client begins by downloading the Podman Windows installer. The Windows installer is built with each Podman release and is downloadable from its [release description page](https://github.com/containers/podman/releases/latest). The Windows installer file is named `podman-#.#.#-setup.exe`, where the `#` symbols represent the version number of Podman.
|
||||
As of 2023-02-21 the latest version is [v4.4.1](https://github.com/containers/podman/releases/download/v4.4.1/podman-4.4.1-setup.exe).
|
||||
Installing the Windows Podman client begins by downloading the Podman Windows installer. The Windows installer is built with each Podman release and is downloadable from its [release description page](https://github.com/containers/podman/releases/latest). The Windows installer file is named `podman-#.#.#-setup.exe`, where the `#` symbols represent the version number of Podman.
|
||||
|
||||
Once you have downloaded the installer to your Windows host, simply double click the installer and Podman will be installed. The path is also set to put `podman` in the default user path.
|
||||
|
||||
|
@ -40,11 +40,9 @@ Installing Podman
|
||||
Installing the Windows Podman client begins by downloading the Podman Windows
|
||||
installer. The Windows installer is built with each Podman release and can be
|
||||
downloaded from the official
|
||||
[Github release page](https://github.com/containers/podman/releases). The
|
||||
Windows installer file is named podman-#.#.#-setup.exe, where the # symbols
|
||||
represent the version number of Podman. Be sure to download a 4.1 or later
|
||||
release for the capabilities discussed in this guide.
|
||||
As of 2023-02-21 the latest version is [v4.4.1](https://github.com/containers/podman/releases/download/v4.4.1/podman-4.4.1-setup.exe).
|
||||
[Github release page](https://github.com/containers/podman/releases).
|
||||
Be sure to download a 4.1 or later release for the capabilities discussed
|
||||
in this guide.
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user