Hi,
I have been using ghcr.io/devcontainers/features/java for a many months now, with no issues. All of a sudden, I get this error when rebuilding my devcontainer:
...
3.785 Enjoy!!!
3.797 Updating /etc/bash.bashrc and /etc/zsh/zshrc...
5.080 Version latest not found. Available versions:
5.080
5.081 ERROR: Feature "Java (via SDKMAN!)" (ghcr.io/devcontainers/features/java) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/java for help troubleshooting this error.
------
ERROR: failed to solve: process "/bin/sh -c cp -ar /tmp/build-features-src/java_3 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/java_3 && cd /tmp/dev-container-features/java_3 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/java_3" did not complete successfully: exit code: 1
Is this a known problem? If not, how am I supposed to debug this further?
Thank you! :)
Hi,
I have been using
ghcr.io/devcontainers/features/javafor a many months now, with no issues. All of a sudden, I get this error when rebuilding my devcontainer:Is this a known problem? If not, how am I supposed to debug this further?
Thank you! :)