We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aee80 commit 3684cb9Copy full SHA for 3684cb9
createdisk-library.sh
@@ -374,7 +374,7 @@ function download_podman() {
374
local arch=$2
375
376
mkdir -p podman-remote/linux
377
- curl -L https://github.com/containers/podman/releases/download/v4.1.1/podman-remote-static.tar.gz | tar -zx -C podman-remote/linux podman-remote-static
+ curl -L https://github.com/containers/podman/releases/download/v{version}/podman-remote-static.tar.gz | tar -zx -C podman-remote/linux podman-remote-static
378
mv podman-remote/linux/podman-remote-static podman-remote/linux/podman-remote
379
chmod +x podman-remote/linux/podman-remote
380
0 commit comments