spring-boot/src/spring-boot-builder
2021-08-12 17:08:52 -05:00
..
builder Use test harness for image building integration tests 2021-05-12 14:51:45 -05:00
buildpacks/test-info Polish "Add network option for image building" 2021-08-12 17:08:52 -05:00
build.sh Use test harness for image building integration tests 2021-05-12 14:51:45 -05:00
README.adoc Use test harness for image building integration tests 2021-05-12 14:51:45 -05:00

= 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