Skip to content

Commit 3684cb9

Browse files
committed
podman: Use latest podman release on linux
This reverts f4d7855 as recent podman tarballs are working fine.
1 parent b7aee80 commit 3684cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: createdisk-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ function download_podman() {
374374
local arch=$2
375375

376376
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
377+
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
378378
mv podman-remote/linux/podman-remote-static podman-remote/linux/podman-remote
379379
chmod +x podman-remote/linux/podman-remote
380380

0 commit comments

Comments
 (0)