It would be useful not to remove the previously installed curl package in the couchdb-nouveu container’s Dockerfile.
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 50/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- docker, docker-compose
- Domain
- devops
Research direction
Open the Dockerfile for the couchdb-nouveu container and inspect the final apt cleanup command that removes curl. Confirm the image build completes with curl retained, and verify that the proposed Docker Compose healthcheck can invoke curl against the service endpoint.
Written by the indexing model from the issue text.
Description
In order to perform a health check of the nouveau service within a Docker Compose file, it would be useful to have the curl command available to verify the service status, for example as follows:
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5988/healthcheck"]
interval: 10s
timeout: 5s
retries: 5
start_period: 10s
Currently, near the end of the Dockerfile, the following command is executed:
apt purge -y --autoremove curl
I propose removing this part and keeping the curl package installed.
- Dominant language
- Dockerfile
- Stars
- 290
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
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.
More from apache/couchdb-docker
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
apache/couchdb-docker#293 ·
-
Docker Setup Issue Open
Difficulty 4/5 3-5 days Newbie friendliness 32/100
apache/couchdb-docker#292 · 5 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
apache/couchdb-docker#288 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
apache/couchdb-docker#285 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
apache/couchdb-docker#274 · 1 comment ·
All issues in apache/couchdb-docker
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·
-
repo:raw-data
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
hotosm/raw-data-api#316 · 1 comment ·
-
agentic-workflows cascade-suspected
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
willow
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
openedx/openedx-authz#460 ·