Images CI for "" #119
Annotations
2 errors
|
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux\nexport DEBIAN_FRONTEND=\"noninteractive\"\n\napt-get update\napt-get install -y gnupg ca-certificates curl\ncurl -so- https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /etc/apt/keyrings/adoptium.asc\necho \"deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main\" | tee /etc/apt/sources.list.d/adoptium.list\napt-get update\n\n# The temurin deb source is currently very unstable, using apt-get to install might randomly fail\n# https://github.com/adoptium/adoptium-support/issues/554\n# https://github.com/adoptium/installer/issues/766\nurl=$(apt-get install --print-uris -qq temurin-${JAVA}-jdk | grep \"temurin-${JAVA}-jdk\" | head -n 1 | cut -d \"'\" -f2)\necho \"deb url: $url\"\ncurl \"$url\" -o /tmp/temurin.deb\n\nset +e\ndpkg -i /tmp/temurin.deb\nset -e\n\napt-get -y -f install\njava -version\n\nrm -f /tmp/temurin.deb\nrm -rf /var/lib/apt/lists/*\n" did not complete successfully: exit code: 92
|
The logs for this run have expired and are no longer available.
Loading