docker-library / docker-library/tomcat
Latest 9.0 docker image missing curl
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 635
- Forks
- 744
- PR merge metrics
- No merged PRs in 30d
Description
We are using the image tomcat:9.0 as a base image for a custom docker image. Inside our image, we are calling curl to download artifacts into the image. Recently the docker build for our image failed with the following exception:
The command '/bin/sh -c curl [...] returned a non-zero code: 127
I checked the image, which currently resolves to 9.0.109-jdk25-temurin-noble and it does indeed not have curl installed any more. The image tagged 9.0.108 still has curl. Am I correct in assuming this is an involuntary regression?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked 9.0/jdk25/temurin-noble/Dockerfile and compare it with the 9.0.108 image definition or history. Check when curl stopped being installed and whether that change was intentional; done means confirming the regression and documenting or correcting the affected image definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100