-
Notifications
You must be signed in to change notification settings - Fork 472
Open
Description
Since this morning we are getting an error pulling the openjdk:24 image from docker. Has this been removed or has something happened to this? I've tried this both on the cloud and locally and it's getting the same result:
8 | >>> FROM openjdk:${VERSION}
9 | COPY --from=build /home/app/project/build/libs/*.jar /app/service.jar
10 | ENTRYPOINT ["java", "-jar", "/app/service.jar"]
--------------------
ERROR: failed to solve: openjdk:24: failed to resolve source metadata for docker.io/library/openjdk:24: docker.io/library/openjdk:24: not found
The same thing is also happening for the other Java versions too.
I've tried various images, but what were working now seem to be missing e.g.
ARG VERSION=24
FROM openjdk:${VERSION}-jdk as build
Any help would be appreciated.
MaksRudyk, ml-nortal, a-tabbal, vinifsouza, MihFig and 22 more
Metadata
Metadata
Assignees
Labels
No labels