add more slim, remove curl #136
Annotations
1 error and 1 warning
Run docker/build-push-action@v4
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y curl && apt-get upgrade -y && rm -rf /var/lib/apt/lists/* && curl -o /graalvm.tar.gz -O https://download.oracle.com/graalvm/22/latest/graalvm-jdk-22_linux-x64_bin.tar.gz && mkdir /graalvm && tar -xzf /graalvm.tar.gz -C /graalvm --strip-components=1 && useradd -d /home/container -m container && chmod +x /entrypoint.sh && chown container /entrypoint.sh && chown -R container /graalvm && chmod +x /graalvm/bin/java && chmod -R 755 /graalvm && rm /graalvm.tar.gz && apt-get uninstall -y curl" did not complete successfully: exit code: 100
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, 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/
|
Loading