Skip to content

Test JDK 20 image

Test JDK 20 image #34

Triggered via push July 2, 2023 14:39
Status Failure
Total duration 5m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

docker-image.yml

on: push
Matrix: pterodactyl-graalvm
Fit to window
Zoom out
Zoom in

Annotations

1 error
pterodactyl-graalvm:20-JDK
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata locales iproute2 && echo \"en_US.UTF-8 UTF-8\" >> /etc/locale.gen && locale-gen en_US.UTF-8 && case ${TARGETPLATFORM} in \"linux/amd64\") ARCH=x86 ;; \"linux/arm64\") ARCH=aarch64 ;; esac && curl --retry 3 -Lfso /tmp/graalvm.tar.gz https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${GRAAL_VERSION}/graalvm-community-jdk-${GRAAL_VERSION}_linux-${ARCH}_bin.tar.gz && mkdir -p /opt/java/graalvm && cd /opt/java/graalvm && tar -xf /tmp/graalvm.tar.gz --strip-components=1 && export PATH=\"/opt/java/graalvm/bin:$PATH\" && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/graalvm.tar.gz" did not complete successfully: exit code: 22