Install netavark for Buildah
Some checks failed
Check Container Build Capability / check-build (push) Failing after 0s
Check Buildah Build (Safe) / buildah-build (push) Failing after 6s
Check Kaniko Build (Safe) / kaniko-build (push) Failing after 1s
Verify Mac Runner / verify-runner (push) Successful in 0s

This commit is contained in:
2025-12-29 20:31:09 -06:00
parent cb0e0f07cf
commit 60427e908f

View File

@@ -8,8 +8,8 @@ jobs:
- name: Install Dependencies
run: |
if [ -f /etc/alpine-release ]; then
# Install buildah and fuse-overlayfs for rootless builds
apk add --no-cache nodejs git buildah fuse-overlayfs
# Install buildah, fuse-overlayfs, and netavark (required for networking)
apk add --no-cache nodejs git buildah fuse-overlayfs netavark
fi
- name: Checkout