Images CI for "dev-py3.12-slim" ref N/A #26
Annotations
1 error
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e\nexport DEBIAN_FRONTEND=\"noninteractive\"\n\n# hopefully this fixes the random connection error issue\n# https://github.com/adoptium/installer/issues/766#issuecomment-1856884963\ncat <<EOF > /etc/apt/apt.conf.d/timeout_tweak.conf\nAcquire::http::Timeout \"30\";\nAcquire::http::ConnectionAttemptDelayMsec \"2000\";\nAcquire::https::Timeout \"30\";\nAcquire::https::ConnectionAttemptDelayMsec \"2000\";\nAcquire::ftp::Timeout \"30\";\nAcquire::ftp::ConnectionAttemptDelayMsec \"2000\";\nAcquire::Retries \"15\";\nEOF\n\napt-get update\napt-get install -y gnupg ca-certificates curl\ncurl -so- https://packages.adoptium.net/artifactory/api/gpg/key/public | gpg --dearmor -o /etc/apt/trusted.gpg.d/adoptium.gpg\necho \"deb 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\napt-get install -y \"temurin-${JAVA}-jdk\"\nrm -rf /var/lib/apt/lists/* /etc/apt/apt.conf.d/timeout_tweak.conf\n" did not complete successfully: exit code: 100
|
The logs for this run have expired and are no longer available.
Loading