Record Class BuilderDockerConfiguration

java.lang.Object
java.lang.Record
org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
Record Components:
connection - the Docker host configuration
bindHostToBuilder - if the host resolved from the connection should be bound to the builder
builderRegistryAuthentication - the builder DockerRegistryAuthentication
publishRegistryAuthentication - the publish DockerRegistryAuthentication

public record BuilderDockerConfiguration(DockerConnectionConfiguration connection, boolean bindHostToBuilder, DockerRegistryAuthentication builderRegistryAuthentication, DockerRegistryAuthentication publishRegistryAuthentication) extends Record
Builder configuration options for Docker.
Since:
3.5.0
Author:
Phillip Webb, Wei Jiang, Scott Frederick