You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build a Docker image, we can propose 2 options :
keeping Dockerfile support with the buildDocker Maven profile
use the Spring Boot maven build-image plugin
Buildpacks image does not provide curl for health check (used in the docker-compose.yml). Thus we have to install another health check tool that we don't have in the Dockerfile: https://github.com/paketo-buildpacks/health-checker
The text was updated successfully, but these errors were encountered:
Allowed by the PR #247 we could now use the Cloud Native Buildpacks with the command line:
See https://spring.io/guides/topicals/spring-boot-docker/
To build a Docker image, we can propose 2 options :
Dockerfile
support with thebuildDocker
Maven profilebuild-image
pluginBuildpacks image does not provide
curl
for health check (used in thedocker-compose.yml
). Thus we have to install another health check tool that we don't have in theDockerfile
: https://github.com/paketo-buildpacks/health-checkerThe text was updated successfully, but these errors were encountered: