Skip to content

Commit

Permalink
ubuntu-24.04 Error during unshare
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 13, 2024
1 parent 1b88e5c commit 965f508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
ls -l
chmod +x ./skopeo
./skopeo --version
# Due to https://github.com/actions/runner-images/issues/10443
sudo bash -c "echo kernel.unprivileged_userns_clone=1 >> /etc/sysctl.conf"
sudo sysctl -p
- name: Verify latest ubi9-minimal
run: |
podman pull registry.access.redhat.com/ubi9/ubi-minimal
Expand Down

0 comments on commit 965f508

Please sign in to comment.