From 92d37152c222859c6c7f76f5bec598df7559384f Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Mon, 2 Feb 2026 22:40:33 +0100 Subject: [PATCH] [upd] ci: static podman v5.7.1 (#5714) --- .github/workflows/container.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0014c36f2..db5b87fba 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -56,13 +56,8 @@ jobs: # yamllint disable rule:line-length - name: Setup podman env: - PODMAN_VERSION: "v5.6.2" + PODMAN_VERSION: "v5.7.1" run: | - # dpkg man-db trigger is very slow on GHA runners - # https://github.com/actions/runner-images/issues/10977 - # https://github.com/actions/runner/issues/4030 - sudo rm -f /var/lib/man-db/auto-update - sudo apt-get purge -y podman runc crun conmon curl -fsSLO "https://github.com/mgoltzsche/podman-static/releases/download/${{ env.PODMAN_VERSION }}/podman-linux-${{ matrix.march }}.tar.gz"