Dockerfiles
Dockerfiles copied to clipboard
Definitely: - [x] Eureka - [x] Config Server Evaluate if we still need these before creating pipelines - [x] Spring Boot Admin - [x] UAA Server
Provide a way for Eureka to require client certificates and document or include a feature for getting certificates that will be trusted by this server
Dockerfiles support as of Docker 1.12 support a `HEALTHCHECK` instruction that provides the Docker host the ability to determine if a container is not healthy even if the main container...
Build SBA server via start.spring.io the same way our Eureka & Config Server images are built. Switch to cURL and update all to the latest versions for all 3 images...
In order to work around certificate trust issues, particularly of the ASP.NET Core dev certs, it would be nice to be able to turn off certificate validation in Spring Boot...
See #48 for an example of excessive "how to run this image" comments
Workflows should not add the same comment multiple times fixes #49