Skip to content

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #217

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446

chore(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #217

Status Failure
Total duration 1m 31s
Artifacts

containers.gvm.yml

on: pull_request
GVM21 Image  /  ...  /  Container
1m 17s
GVM21 Image / Hardened / Container
GVM21 Image  /  ...  /  detect-env
GVM21 Image / SLSA Provenance / detect-env
GVM21 Image  /  ...  /  generator
GVM21 Image / SLSA Provenance / generator
GVM21 Image  /  ...  /  final
GVM21 Image / SLSA Provenance / final
Fit to window
Zoom out
Zoom in

Annotations

1 error
GVM21 Image / Hardened / Container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y upgrade && groupadd builder && useradd --system -g builder builder && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends ca-certificates curl git gnupg libc-dev && mkdir -p /tmp/gvm && cd /tmp/gvm && export ARCH=\"$(uname -m)\" && if [ \"$ARCH\" = \"x86_64\" ] ; then ARCH=\"x64\"; fi && if [ \"$ARCH\" = \"arm64\" ] ; then ARCH=\"aarch64\"; fi && export GRAAL_DOWNLOAD_URL=\"https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-${ARCH}_bin.tar.gz\" && echo \"GraalVM Download URL: $GRAAL_DOWNLOAD_URL\" && curl --progress-bar -SL \"$GRAAL_DOWNLOAD_URL\" > ./graalvm.tar.gz && tar -xzvf ./graalvm.tar.gz && mv \"./graalvm-jdk-21.0.2+13.1\" /usr/lib/gvm && rm -f ./graalvm.tar.gz && cd / && rm -fr /tmp/gvm && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1