DockerConfig
Attributes
- Source
- DockerModule.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
Attributes
- Source
- DockerModule.scala
Attributes
- Source
- DockerModule.scala
Environment to pass to the docker commands. Example: DOCKER_DEFAULT_PLATFORM=linux/amd64
Environment to pass to the docker commands. Example: DOCKER_DEFAULT_PLATFORM=linux/amd64
See also the Docker docs on Environment variables for more information.
Attributes
- Source
- DockerModule.scala
Attributes
- Source
- DockerModule.scala
Environment variables to be set in the container.
Environment variables to be set in the container.
See also the Docker docs on ENV for more information.
Attributes
- Source
- DockerModule.scala
The name of the executable to use, the default is "docker".
TCP Ports the container will listen to at runtime.
TCP Ports the container will listen to at runtime.
See also the Docker docs on ports for more information.
Attributes
- Source
- DockerModule.scala
UDP Ports the container will listen to at runtime.
UDP Ports the container will listen to at runtime.
See also the Docker docs on ports for more information.
Attributes
- Source
- DockerModule.scala
JVM runtime options. Each item of the Seq should consist of an option and its desired value, like
JVM runtime options. Each item of the Seq should consist of an option and its desired value, like
def jvmOptions = Seq("-Xmx1024M", "-agentlib:jdwp=transport=dt_socket,server=y,address=8000", …)
For a full list of options consult the official documentation at https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html#overview-of-java-options
Attributes
- Source
- DockerModule.scala
Attributes
- Source
- DockerModule.scala
Optional platform parameter, if set uses buildkit to build for specified platform.
Optional platform parameter, if set uses buildkit to build for specified platform.
See also the Docker docs on https://docs.docker.com/reference/cli/docker/buildx/build/#platform for more information.
Attributes
- Source
- DockerModule.scala
Attributes
- Source
- DockerModule.scala
Attributes
- Source
- DockerModule.scala
Commands to add as RUN instructions.
Commands to add as RUN instructions.
See also the Docker docs on RUN for more information.
Attributes
- Source
- DockerModule.scala
Tags that should be applied to the built image In the standard registry/repository:tag format
Tags that should be applied to the built image In the standard registry/repository:tag format
Attributes
- Source
- DockerModule.scala
Any applicable string to the USER instruction.
Any applicable string to the USER instruction.
An empty string will be ignored and will result in USER not being specified. See also the Docker docs on USER for more information.
Attributes
- Source
- DockerModule.scala
The names of mount points.
The names of mount points.
See also the Docker docs on volumes for more information.
Attributes
- Source
- DockerModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala