From b529bef6894c74a8f82b284aeef835101cfd3c67 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Thu, 14 Sep 2023 12:34:36 +0200 Subject: [PATCH] Fix container workaround with stable url [noissue] --- .github/workflows/pulp_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pulp_images.yml b/.github/workflows/pulp_images.yml index 6a7b8476..cefb8a12 100644 --- a/.github/workflows/pulp_images.yml +++ b/.github/workflows/pulp_images.yml @@ -203,7 +203,7 @@ jobs: sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV echo "Working around https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394" - curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb + wget https://snapshot.debian.org/archive/debian/20220805T145851Z/pool/main/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb sudo dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb pip install podman-compose shell: bash