Skip to content

docker.io/library/openjdk:24 Not found #551

@rmeyer20

Description

@rmeyer20

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions