spring-boot/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform
Scott Frederick 28643e4d2d Validate image references before passing to CNB builder
Prior to this commit, an image name or run image name derived from
the project name or provided by the user would be passed to the CNB
builder without validation by the Maven plugin build-image goal or
Gradle plugin bootBuildImage task. This could lead to error messages
from the plugins that are difficult to understand and diagnose.

This commit makes parsing of the image names more strict, based on
the grammar implemented by the Docker go library. This provides
validation of the image names before passing them to the builder,
with a more descriptive error message when parsing and validation
fails.

Fixes gh-21495
2020-06-18 15:09:57 -05:00
..
src Validate image references before passing to CNB builder 2020-06-18 15:09:57 -05:00
build.gradle Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00