Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter container startup to wait for container healthcheck to OK. #293

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

michaelkaye
Copy link
Contributor

Rebasing #236

Wait for healthcheck (if it exists) to return OK before checking version endpoint; In all cases, ensure the version endpoint is available before starting.

Users with an image containing a healthcheck they do not want to use can make a tweak to their container by adding

HEALTHCHECK NONE

to their docker file.

Only enabled if HEALTHCHECK exists in the docker container.
@michaelkaye michaelkaye force-pushed the michaelk/builder_something branch from 918e9d0 to af5ef10 Compare January 26, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants