Add 25.0.3
#40
Annotations
1 error
build (25.0.3)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl ca-certificates gnupg2 iptables libdevmapper1* && . /etc/os-release; curl -s --parallel --parallel-immediate --parallel-max 5 --output containerd.io.deb https://download.docker.com/linux/ubuntu/dists/${VERSION_CODENAME}/pool/stable/${TARGETARCH}/containerd.io_${containerd}-1_${TARGETARCH}.deb --output docker-buildx-plugin.deb https://download.docker.com/linux/ubuntu/dists/${VERSION_CODENAME}/pool/stable/${TARGETARCH}/docker-buildx-plugin_${docker_buildx_plugin}-1~ubuntu.${VERSION_ID}~${VERSION_CODENAME}_${TARGETARCH}.deb --output docker-ce-cli.deb https://download.docker.com/linux/ubuntu/dists/${VERSION_CODENAME}/pool/stable/${TARGETARCH}/docker-ce-cli_${version}-1~ubuntu.${VERSION_ID}~${VERSION_CODENAME}_${TARGETARCH}.deb --output docker-ce.deb https://download.docker.com/linux/ubuntu/dists/${VERSION_CODENAME}/pool/stable/${TARGETARCH}/docker-ce_${version}-1~ubuntu.${VERSION_ID}~${VERSION_CODENAME}_${TARGETARCH}.deb --output docker-compose-plugin.deb https://download.docker.com/linux/ubuntu/dists/${VERSION_CODENAME}/pool/stable/${TARGETARCH}/docker-compose-plugin_${docker_compose_plugin}-1~ubuntu.${VERSION_ID}~${VERSION_CODENAME}_${TARGETARCH}.deb && dpkg -i containerd.io.deb docker-ce.deb docker-ce-cli.deb docker-buildx-plugin.deb docker-compose-plugin.deb && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | tee /etc/apt/sources.list.d/nvidia-container-toolkit.list && apt-get update && apt-get install -y nvidia-container-toolkit kmod && nvidia-ctk runtime configure --runtime=docker && mkdir -p /certs /certs/client /etc/docker && chmod 1777 /certs /certs/client && dockerd --version && containerd --version && ctr --version && runc --version" did not complete successfully: exit code: 1
|