Continously built container images for spring-boot-admin.
As spring-boot-admin is only available as library without packaged releases, this repository aims to fix that. This repository automatically builds a new image every day and publishes it to the GitHub container registry. Published images can be found here.
Images are tagged with the respective spring-boot-admin version.
- Kubernetes service discovery is included and enabled by default
To configure settings for your instance, either use environment variables as
defined in the spring
documentation
or mount a file called application.yaml
to /deployments/application.yaml
when running the container.