Skip to content

Update ephemeral builder metadata #20126

@scottfrederick

Description

@scottfrederick

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

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions