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

add HEALTHCHECK to dockerfiles. #111

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

RafeArnold
Copy link
Contributor

@RafeArnold RafeArnold commented Apr 28, 2024

Add a healthcheck to the dockerfiles. This allows other docker tools, such as docker-compose or testcontainers, to check the health status of the container.

This was primarily motivated by the rust testcontainers crate not currently supporting HTTP calls as a wait strategy.

References

Submitter checklist

  • Recommended: Join WireMock Slack to get any help in #help-contributing or a project-specific channel like #wiremock-java
  • The PR request is well described and justified, including the body and the references
  • The PR title represents the desired changelog entry
  • The repository's code style is followed (see the contributing guide)
  • Test coverage that demonstrates that the change works as expected
  • For new features, there's necessary documentation in this pull request or in a subsequent PR to wiremock.org

@RafeArnold RafeArnold merged commit 9c960a5 into wiremock:main Jun 4, 2024
2 checks passed
@RafeArnold RafeArnold deleted the dockerfile-healthcheck branch June 4, 2024 13:43
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.

1 participant