Skip to content

Update base-20.dockerfile #48

Update base-20.dockerfile

Update base-20.dockerfile #48

Triggered via push December 27, 2023 14:11
Status Failure
Total duration 1m 2s
Artifacts

build.yml

on: push
publish-hello-docker-image
53s
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 && docker/docker /usr/bin/docker && rn -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" did not complete successfully: exit code: 1
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/