更新镜像 #7
Annotations
1 error and 3 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"deb http://deb.debian.org/debian bookworm main contrib non-free\" > /etc/apt/sources.list && echo \"deb http://deb.debian.org/debian bookworm-updates main contrib non-free\" >> /etc/apt/sources.list && apt-get update && apt-get install -y openjdk-11-jdk curl ca-certificates && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && arch=\"$(dpkg --print-architecture)\"; arch=\"${arch##*-}\"; case \"$arch\" in 'amd64') JAVA_HOME=\"/usr/lib/jvm/java-11-openjdk-amd64\"; ;; 'arm64') JAVA_HOME=\"/usr/lib/jvm/java-11-openjdk-arm64\"; ;; *) echo \"Unsupported architecture: $arch\" >&2; exit 1; ;; esac; echo \"export JAVA_HOME=${JAVA_HOME}\" >> /etc/profile.d/java.sh; echo \"export PATH=\\$JAVA_HOME/bin:\\$PATH\" >> /etc/profile.d/java.sh; chmod +x /etc/profile.d/java.sh; rm -rf /tmp/* /usr/share/doc/* /var/cache/* /var/lib/apt/lists/* /var/tmp/* /var/log/*" did not complete successfully: exit code: 1
|
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|