-
Notifications
You must be signed in to change notification settings - Fork 765
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the JDK is installed using the tar.gz package. This leaves users with an old version as soon as the dev container is older than 3 months, since new JDK updates are released quarterly.
Instead, the JDK may be installed using the Linux package manager (apt or apt-get). This way, the user can be notified by the Linux system of the presence of older packages as soon as a newer version is released, automatically.
To accomplish this, the Java devcontainers must change how the JDK is installed.
Dev container source files
How to install JDK using Linux's apt
- JDK 11 and 17 (Microsoft Build of OpenJKD): https://learn.microsoft.com/en-us/java/openjdk/install#install-on-ubuntu
samruddhikhandale
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request