Skip to content

Commit

Permalink
Add podman overaly config for root containers
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed Dec 18, 2024
1 parent ddb0b11 commit 5199563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ca-container-user-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
- name: Install Podman
run: |
docker exec pki dnf install -y podman fuse-overlayfs
echo "cat /usr/share/containers/storage.conf"
docker exec pki cat /usr/share/containers/storage.conf || true
echo "cat /etc/containers/storage.conf"
docker exec pki cat /etc/containers/storage.conf || true
echo "cat /root/.config/containers/storage.conf"
docker exec pki cat /root/.config/containers/storage.conf || true
docker exec pki podman info
- name: Configure rootless container
Expand Down

0 comments on commit 5199563

Please sign in to comment.