DockerModule
Attributes
- Source
- DockerModule.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- DockerModule.scala
- Supertypes
- Known subtypes
-
A DockerConfig that builds images using a Dockerfile and the docker CLI. Extend this instead of DockerConfig when you need Dockerfile features like RUN instructions and VOLUME mounts.
A DockerConfig that builds images using a Dockerfile and the docker CLI. Extend this instead of DockerConfig when you need Dockerfile features like RUN instructions and VOLUME mounts.
Attributes
Alias: DockerConfig defaults to Jib-based builds.
Alias: DockerConfig defaults to Jib-based builds.
Attributes
A DockerConfig that builds images using Jib (Google's container image builder). Jib builds without requiring a Docker daemon or CLI, producing optimized layered images.
A DockerConfig that builds images using Jib (Google's container image builder). Jib builds without requiring a Docker daemon or CLI, producing optimized layered images.