You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32d378a348
This commit modifies the integration tests for the Maven and Gradle image building goal and task to use a custom builder as a test harness to verify that the plugins invoke the builder as expected. Fixes gh-25838 |
4 years ago | |
---|---|---|
.. | ||
builder | 4 years ago | |
buildpacks/test-info | 4 years ago | |
README.adoc | 4 years ago | |
build.sh | 4 years ago |
README.adoc
= Spring Boot Test Builder This directory contains a Cloud Native Buildpacks https://buildpacks.io/docs/concepts/components/builder/[builder] and https://buildpacks.io/docs/concepts/components/buildpack/[buildpack] that is used by integration tests to verify the behavior of the Spring Boot build plugins. == Creating the builder * Install the https://buildpacks.io/docs/install-pack/[pack CLI] * Authenticate to projects.registry.vmware.com via `docker login` * Use the `build.sh` create the necessary images and push them to the registry