Skip to content

Commit

Permalink
Bind mount /var/lib/containers as docker volume
Browse files Browse the repository at this point in the history
A possible workaround for the "OCI not found" error.
  • Loading branch information
Lukáš Hrázký committed May 19, 2021
1 parent 6eff0fe commit c652ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
container:
image: ghcr.io/rpm-software-management/dnf-ci-host
options: --privileged
volumes:
# A workaround for an undeterministic "OCI not found" error, see
# https://github.com/containers/podman/issues/10321
- /var/lib/mycontainer:/var/lib/containers
steps:
- name: Check out ci-dnf-stack
uses: actions/checkout@v2
Expand Down

0 comments on commit c652ede

Please sign in to comment.