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
14 lines
309 B
TOML
14 lines
309 B
TOML
# Buildpack API version
|
|
api = "0.8"
|
|
|
|
# Buildpack ID and metadata
|
|
[buildpack]
|
|
id = "spring-boot/test-info"
|
|
version = "0.0.2"
|
|
name = "Spring Boot Test Info Buildpack"
|
|
homepage = "https://github.com/spring-projects/spring-boot"
|
|
|
|
# Stacks that the buildpack will work with
|
|
[[stacks]]
|
|
id = "io.paketo.stacks.tiny"
|