Skip to content

Update base-20.dockerfile #55

Update base-20.dockerfile

Update base-20.dockerfile #55

Triggered via push January 24, 2024 10:12
Status Failure
Total duration 1m 6s
Artifacts

build.yml

on: push
publish-hello-docker-image
57s
publish-hello-docker-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
publish-hello-docker-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export RUNNER_ARCH=${TARGETARCH} && if [ \"$RUNNER_ARCH\" = \"amd64\" ]; then export DOCKER_ARCH=x86_64 ; fi && if [ \"$RUNNER_ARCH\" = \"arm64\" ]; then export DOCKER_ARCH=aarch64 ; fi && curl -fLo docker.tgz https://download.docker.com/${TARGETOS}/static/stable/${DOCKER_ARCH}/docker-${DOCKER_VERSION}.tgz && tar zxvf docker.tgz && rm -rf docker.tgz && cp docker/docker /usr/bin/docker && rm -rf docker && mkdir -p /usr/local/lib/docker/cli-plugins && curl -fLo /usr/local/lib/docker/cli-plugins/docker-buildx \"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}\" && chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx && groupadd docker --gid 123 && usermod -aG docker 101" did not complete successfully: exit code: 6
publish-hello-docker-image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/