Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.07 KB

spring-boot-admin-docker

Build Status

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.

Addons

  • Kubernetes service discovery is included and enabled by default

Configuration

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.