Skip to content

Commit

Permalink
Merge pull request #547 from mdellweg/fix_workaround
Browse files Browse the repository at this point in the history
Fix container workaround with stable url
  • Loading branch information
dkliban committed Sep 14, 2023
2 parents e8d49aa + c4e7a70 commit 49be51b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,11 @@ jobs:
- name: Install httpie and podman-compose
run: |
sudo apt-get update -yq
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
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb
pip install podman-compose
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-3_amd64.deb
pip install httpie podman-compose
shell: bash

- name: Build images
Expand Down

0 comments on commit 49be51b

Please sign in to comment.