-
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 foundJDK 21, OK ✅:
$ podman run --rm -it eclipse-temurin:21-jdk-noble bash
root@ad226aa7a48d:/# curl
curl: try 'curl --help' or 'curl --manual' for more informationIs this expected or maybe an issue in the release process?
gfouquet, nstdio and havtorrCopilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working