Skip to content

Commit

Permalink
Merge pull request #357 from SUSE/hold-conmon
Browse files Browse the repository at this point in the history
Temporary use conmon from main Ubuntu repo until OBS project gets conmon 2.1.10
  • Loading branch information
dirkmueller authored Dec 21, 2023
2 parents e048926 + 0514ee8 commit 045bba8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ jobs:
python-version: '3.x'

- name: Install necessary dependencies
if: ${{ matrix.container_runtime == 'PODMAN' }}
# FIXME: temporary fix until devel:kubic:libcontainers:unstable gets conmon 2.1.10
if: false
run: |
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download-repositories.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_$(lsb_release -rs)/Release.key \
Expand All @@ -216,11 +217,12 @@ jobs:
| sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list > /dev/null
sudo apt-get update -qq
sudo apt-get -qq -y install podman buildah
sudo mkdir -p /etc/containers/registries.d/
- name: configure podman to validate sigstore signatures
if: ${{ matrix.container_runtime == 'PODMAN' }}
# FIXME: temporary fix until devel:kubic:libcontainers:unstable gets conmon 2.1.10
if: false
run: |
sudo mkdir -p /etc/containers/registries.d/
cat << EOF | sudo tee /etc/containers/registries.d/opensuse.yaml
docker:
registry.opensuse.org:
Expand Down

0 comments on commit 045bba8

Please sign in to comment.