Skip to content

Commit

Permalink
Fix container workaround with stable url
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Sep 14, 2023
1 parent e8d49aa commit b529bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b529bef

Please sign in to comment.