We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Boot has added support for running services through docker-compose as of version 3.1.
This causes the same issues with Jib as devtools does.
Spring Boot itself does exclude the docker compose module in its own repackage goal, see https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#goals-repackage-parameters-details-excludeDockerCompose
So it makes sense to exclude it from Jib as well.
The text was updated successfully, but these errors were encountered:
Exclude spring-boot-docker-compose from image.
b1b3eb1
Fixes GoogleContainerTools#158
121ffc2
9cf4d82
Successfully merging a pull request may close this issue.
Spring Boot has added support for running services through docker-compose as of version 3.1.
This causes the same issues with Jib as devtools does.
Spring Boot itself does exclude the docker compose module in its own repackage goal, see https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#goals-repackage-parameters-details-excludeDockerCompose
So it makes sense to exclude it from Jib as well.
The text was updated successfully, but these errors were encountered: