Skip to content

Feature/java11

Feature/java11 #342

Triggered via pull request May 15, 2024 13:57
Status Failure
Total duration 38s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.