spring-boot/src/spring-boot-builder
Scott Frederick 5817c8441d Allow image Created date to be configurable
A `createdDate` option on the Maven `spring-boot:build-image` goal
and the Gradle `bootBuildImage` task can be used to set the `Created`
metadata field on a generated OCI image to a specified date or to
the current date.

Closes gh-28798
2023-04-06 15:08:34 -05:00
..
builder Allow image Created date to be configurable 2023-04-06 15:08:34 -05:00
buildpacks/test-info Allow image Created date to be configurable 2023-04-06 15:08:34 -05:00
build.sh Allow image Created date to be configurable 2023-04-06 15:08:34 -05:00
README.adoc Replace 'via' with 'over' or 'through' in the documentation 2023-01-18 16:56:42 +01: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 through `docker login`
* Use the `build.sh` create the necessary images and push them to the registry