-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team
Milestone
Description
Steps to Reproduce
- Run the example docker command from https://hub.docker.com/r/smallstep/step-ca, but use
smallstep/step-ca:0.25.2
- Run
docker ps
, the new container is unhealthy
Your Environment
- OS - Docker on AlmaLinux 8
step-ca
Version - 0.25.2
Expected Behavior
Container should become healthy
Actual Behavior
Container stays unhealthy forever
Additional Context
Most likely the problem is the healthcheck definition
The command fails because it expects a --ca-url parameter, but none is provided.
'step ca health' requires the '--ca-url' flag
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Metadata
Metadata
Assignees
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team