Scott Frederick
Scott Frederick
The Spring Boot plugins and the `pack` CLI both support image pull policy configuration with options for "always", "never", and "if not present". They are also consistent with the the...
The `ERROR: No buildpack groups passed detection.` condition is outside of Spring Boot's control. At least one buildpack group in the builder must pass detection. When using a composite buildpack,...
The Spring Boot Maven plugin will always provide the packaged jar contents to the builder. With `pack build` you can choose to either provide the application source (for example, from...
You are correct @ruXlab, the SSH protocol is not currently supported for communicating with a Docker host using the Gradle or Maven plugin. When a URL is provided by `DOCKER_HOST`...
Thanks for getting in touch. > the library docker-java which have included these classes Are you referring to the project at https://github.com/docker-java/docker-java or another project? I see no indication that...
Thank you for clarifying the copying of code vs direct use, that makes sense now. Spring Boot users shouldn't be affected since the code is only called by the Maven...
After some discussion, we've decided this is worth looking into for the Boot plugins. Though it won't affect user applications, there is a chance that the Gradle or Maven daemon...
@mimozell There are no immediate plans to implement this. We haven't seen enough demand for the feature to make it a high priority relative to other things the team is...
@WqyJh The Spring Boot image-building Maven goal and Gradle task apply the `builderRegistry` credentials to both the builder and run image by design. We can discuss enhancing this so that...
I've opened a new issue(#24552) to enforce that both the builder and run images are in the same registry when an authenticated registry is configured. For the use case raised...