Skip to content

Update to jdk17.0.12+7 #344

Update to jdk17.0.12+7

Update to jdk17.0.12+7 #344

Re-run triggered September 3, 2024 08:46
Status Failure
Total duration 29s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c mkdir -p /usr/lib/jvm && \tcurl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \tsh -c 'for bin in /usr/lib/jvm/jdk-${JDK_VERSION}/bin/*; do update-alternatives --install /usr/bin/$(basename $bin) $(basename $bin) $bin 100 ;done' && \tsh -c 'for bin in /usr/lib/jvm/jdk-${JDK_VERSION}/bin/*; do update-alternatives --set $(basename $bin) $bin; done' && \tjava -Xshare:dump" did not complete successfully: exit code: 2
build: Dockerfile#L6
SC2086 info: Double quote to prevent globbing and word splitting.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/