Skip to content
New issue

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

Exclude Spring Boot docker-compose module in jib-spring-boot-extension-maven #158

Open
Davio opened this issue Aug 21, 2023 · 0 comments
Open
Labels
priority: p3 type: feature New feature or request

Comments

@Davio
Copy link

Davio commented Aug 21, 2023

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.

Davio pushed a commit to Davio/jib-extensions that referenced this issue Aug 22, 2023
Davio pushed a commit to Davio/jib-extensions that referenced this issue Aug 22, 2023
Davio added a commit to Davio/jib-extensions that referenced this issue Aug 22, 2023
@blakeli0 blakeli0 added type: feature New feature or request priority: p3 labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 type: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants