Skip to content

Commit

Permalink
Change podman ref to older version
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Feb 16, 2024
1 parent 1449f8d commit 1dd2b08
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
with:
go-version: '1.20'

- name: install netavark
run: |
sudo apt-get install wget
wget "https://github.com/containers/netavark/releases/download/v1.10.3/netavark.gz"
gunzip netavark.gz
sudo mkdir /usr/lib/podman
sudo mv ./netavark /usr/lib/podman/netavark
# build skopeo
# These build steps are taken from https://github.com/containers/skopeo/issues/1648#issuecomment-1132161659
- name: Download skopeo 1.13.1 source # because ubuntu 22.04 does not have latest, and podman tests depend on that
Expand All @@ -50,6 +42,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: containers/podman
ref: 'v3.4.4'
- name: Build podman
run: make binaries
- name: Install tools
Expand Down

0 comments on commit 1dd2b08

Please sign in to comment.