You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
As a workaround, I created a simple docker image for that purpose:
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile//https://mcr.microsoft.com/v2/vscode/devcontainers/java/tags/list//"image": "mcr.microsoft.com/devcontainers/java:0-17","build": {"dockerfile": "Dockerfile","context": "."},
# https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=21-jdk
FROM eclipse-temurin:21-jdk-jammy
Many thanks in advance
Juan Antonio
The text was updated successfully, but these errors were encountered:
jabrena
changed the title
Support for a Java 21
Support for Java 21
Oct 27, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Recently I moved one project to Java 21, but I didn´t see any base image for Java 21.
https://mcr.microsoft.com/v2/vscode/devcontainers/java/tags/list
Does exist any plans to add that support?
As a workaround, I created a simple docker image for that purpose:
Many thanks in advance
Juan Antonio
The text was updated successfully, but these errors were encountered: