ImageConfig

Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies parameters that you want to pass in with ENTRYPOINT.

Link copied to clipboard

Specifies the entry point to their application, which is typically the location of the runtime executable.

Link copied to clipboard

Specifies the working directory.

Functions

Link copied to clipboard
inline fun copy(block: ImageConfig.Builder.() -> Unit = {}): ImageConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String