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.
I didn't notifythe bug since I used local image cache long time for my devcontainer environment. But when I tried to rebuild the container image without cache, I got a build error today which said "hey, this container does not have java 17 but java 11".
I think the images must contain Java 17 to set up for Java 17 development environment. Isn't it expected behavier?
Thank you,
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Bug summary
I found the Java base container images named
mcr.microsoft.com/vscode/devcontainers/java:17
contains only JDK 11.I didn't notifythe bug since I used local image cache long time for my devcontainer environment. But when I tried to rebuild the container image without cache, I got a build error today which said "hey, this container does not have java 17 but java 11".
I think the images must contain Java 17 to set up for Java 17 development environment. Isn't it expected behavier?
Thank you,
The text was updated successfully, but these errors were encountered: