Skip to content

build docker images: scratch #21

build docker images: scratch

build docker images: scratch #21

Triggered via schedule October 15, 2024 03:10
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && apk add --no-cache curl ca-certificates minisign && ARCH=`uname -m` && \techo \"ARCH=$ARCH\" && if [ \"$ARCH\" == \"x86_64\" ]; then echo \"x86_64 (amd64)\" && TARGETARCH=\"amd64\"; elif [ \"$ARCH\" == \"amd64\" ]; then echo \"amd64\" && TARGETARCH=\"amd64\"; elif [ \"$ARCH\" == \"arm64\" ]; then echo \"arm64\" && TARGETARCH=\"arm64\"; elif [ \"$ARCH\" == \"aarch64\" ]; then echo \"aarch64 (arm64)\" && TARGETARCH=\"arm64\"; elif [ \"$ARCH\" == \"armv7l\" ]; then echo \"armv7l (arm)\" && TARGETARCH=\"arm\"; elif [ \"$ARCH\" == \"armv6l\" ]; then echo \"armv6l (arm)\" && TARGETARCH=\"arm\"; elif [ \"$ARCH\" == \"armhf\" ]; then echo \"armhf (arm)\" && TARGETARCH=\"arm\"; else echo \"unknown arch\" && exit 1; fi && export TARGETARCH=$TARGETARCH && MINIO_RELEASE_VERSION=${MINIO_RELEASE_VERSION:-$(curl -s https://api.github.com/repos/minio/minio/releases/latest | grep 'tag_name' | cut -d\\\" -f4)} && echo \"MINIO_RELEASE_VERSION=${MINIO_RELEASE_VERSION}\" && curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${MINIO_RELEASE_VERSION} -o /usr/bin/minio && curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${MINIO_RELEASE_VERSION}.minisig -o /tmp/minio.minisig && chmod +x /usr/bin/minio && MC_RELEASE_VERSION=${MC_RELEASE_VERSION:-$(curl -s https://api.github.com/repos/minio/mc/releases/latest | grep 'tag_name' | cut -d\\\" -f4)} && echo \"MC_RELEASE_VERSION=${MC_RELEASE_VERSION}\" && curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc.${MC_RELEASE_VERSION} -o /usr/bin/mc && curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc.${MC_RELEASE_VERSION}.minisig -o /tmp/mc.minisig && chmod +x /usr/bin/mc && minisign -Vqm /usr/bin/minio -x /tmp/minio.minisig -P ${MINIO_UPDATE_MINISIGN_PUBKEY} && minisign -Vqm /usr/bin/mc -x /tmp/mc.minisig -P ${MINIO_UPDATE_MINISIGN_PUBKEY} && mkdir /licenses && curl -s -q https://raw.githubusercontent.com/minio/minio/${MINIO_RELEASE_VERSION}/CREDITS -o /licenses/CREDITS && curl -s -q https://raw.githubusercontent.com/minio/minio/${MINIO_RELEASE_VERSION}/LICENSE -o /licenses/LICENSE && curl -s -q https://raw.githubusercontent.com/minio/minio/${MINIO_RELEASE_VERSION}/dockerscripts/docker-entrypoint.sh -o /usr/bin/docker-entrypoint.sh && chmod +x /usr/bin/docker-entrypoint.sh" did not complete successfully: exit code: 2
docker
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
docker
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead