Skip to content

Create docker-publish-alpine.yaml #1

Create docker-publish-alpine.yaml

Create docker-publish-alpine.yaml #1

Triggered via push April 24, 2024 02:36
Status Cancelled
Total duration 20m 55s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
The run was canceled by @cmspam.
build
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"https://dl-cdn.alpinelinux.org/alpine/edge/testing\" >> /etc/apk/repositories && apk add --no-cache incus incus-client incus-agent btrfs-progs iptables-legacy zfs incus-vm && ln -s /usr/share/OVMF/OVMF_VARS.fd /usr/share/OVMF/OVMF_VARS.ms.fd && ln -s /usr/share/OVMF/OVMF_CODE.fd /usr/share/OVMF/OVMF_CODE.4MB.fd && echo '#!/bin/sh' > /start.sh && echo 'export INCUS_UI=\"/opt/incus/ui-canonical/\"' >> /start.sh && echo 'if [ \"$SETIPTABLES\" = \"true\" ]; then' >> /start.sh && echo 'if ! iptables-legacy -C DOCKER-USER -j ACCEPT &>/dev/null; then' >> /start.sh && echo 'iptables-legacy -I DOCKER-USER -j ACCEPT' >> /start.sh && echo 'fi' >> /start.sh && echo 'if ! ip6tables-legacy -C DOCKER-USER -j ACCEPT &>/dev/null; then' >> /start.sh && echo 'ip6tables-legacy -I DOCKER-USER -j ACCEPT' >> /start.sh && echo 'fi' >> /start.sh && echo 'fi' >> /start.sh && echo 'incusd' >> /start.sh && chmod +x /start.sh" did not complete successfully: exit code: 1