-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
To maintain parity with pack
, metadata for the ephemeral builder container should:
- Include a structure in the container metadata field
Config.Labels["io.buildpacks.builder.metadata"]
that identifies Spring Boot as the creator along with the Boot version:
"createdBy" : {
"name" : "Spring Boot",
"version" : "2.3.0.BUILD-SNAPSHOT"
}
- Set the container creation date to
1980-01-01T00:00:01Z
(Windows epoch + 1 second)
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement