Skip to content

Docker image to wait for a specific version of a healthy spring boot app to be running

Notifications You must be signed in to change notification settings

ForgeCloud/ob-actuator-commit-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actuator Commit Healthcheck

This is a utility docker image that waits for your spring boot app to be UP and running on a specific commit.

Run with

docker run -e URL=https://service COMMIT=abc123 forgerock/actuator-commit-healthcheck

This works by calling the actuator/health and actuator/info endpoints.

Env Description Default
URL Scheme and hostname e.g. https://app Not set
COMMIT The git commit you expect Not set
TIMEOUT The amount of time to wait per retry 1
RETRIES Number of times to retry 60
USERNAME User if app is protected with basic auth Not set
PASSWORD Password if app is protected with basic auth Not set

About

Docker image to wait for a specific version of a healthy spring boot app to be running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published