我正在使用最新版本 2.4.0 中的 spring-boot-maven-plugin 来构建映像。 https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/htmlsingle/#build-image
该文档描述了如何设置使用的 buildback 的环境变量。 https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/htmlsingle/#build-image-example-builder-configuration
但是一些构建包的配置是通过绑定完成的。例如依赖映射。 https://github.com/paketo-buildpacks/bellsoft-liberica
如何将这些绑定与 spring-boot-maven-plugin 一起使用?