We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fd76d commit 50ab6a7Copy full SHA for 50ab6a7
.github/workflows/ci.yaml
@@ -76,11 +76,13 @@ jobs:
76
docker save ci/voxbox:${{ matrix.rubygem_puppet }} | podman load
77
78
mkdir -p ~/.config/containers
79
- cat > ~/.config/containers/containers.conf <<'EOF'
+ cat << EOF > ~/.config/containers/containers.conf
80
[engine]
81
userns = "keep-id"
82
EOF
83
84
+ podman info | grep -A3 userns
85
+
86
- name: Test container
87
run: |
88
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T
0 commit comments