Skip to content

[Bug]: JDK 25 image doesn't include curl? #814

@gaeljw

Description

@gaeljw

Please add the exact image (with tag) that you are using

eclipse-temurin:jdk-25-noble

Please add the version of Docker you are running

podman version 5.5.2

What happened?

(Apologies, I haven't dig yet on the possible root cause, just sharing the issue in case other people face it)

The JDK 25 image does not contain curl binary (and likely others) even though it's based on the same image than JDK 21 (Ubuntu Noble).

JDK 25, KO 💥:

$ podman run --rm -it eclipse-temurin:25-jdk-noble bash 
root@40f3f51042d4:/# curl
bash: curl: command not found

JDK 21, OK ✅:

$ podman run --rm -it eclipse-temurin:21-jdk-noble bash
root@ad226aa7a48d:/# curl
curl: try 'curl --help' or 'curl --manual' for more information

Is this expected or maybe an issue in the release process?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions