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

spring-boot-maven-plugin build:image how to pass a Binding #24556

Closed
uqix opened this issue Dec 18, 2020 · 1 comment
Closed

spring-boot-maven-plugin build:image how to pass a Binding #24556

uqix opened this issue Dec 18, 2020 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@uqix
Copy link

uqix commented Dec 18, 2020

we can pass a Binding when using pack or docker like this:

pack build --volume <absolute-path-to-binding>:/platform/bindings/<binding-name> <image-name>
docker run --env SERVICE_BINDING_ROOT=/bindings --volume <absolute-path-to-binding>:/bindings/<binding-name> <image-name>

How to do this with spring-boot-maven-plugin build:image

@scottfrederick
Copy link
Contributor

@uqix Thanks for the question. The equivalent of pack build --volume is planned for a future release of the Spring Boot build plugins. See #23518 for the details.

@scottfrederick scottfrederick added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants