Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
CopyChown
calls COPY --chown
in the Dockerfile
. This option is provided for backward compatibility. This will inherit the host machine's file mode. Note that this option is not compatible with OpenShift which ignores USER command and uses an arbitrary user to run the container.
CopyChown
calls COPY --chown
in the Dockerfile
. This option is provided for backward compatibility. This will inherit the host machine's file mode. Note that this option is not compatible with OpenShift which ignores USER command and uses an arbitrary user to run the container.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait DockerPermissionStrategyclass Objecttrait Matchableclass AnyShow all
- Self type
-
CopyChown.type
MultiStage
uses multi-stage Docker build to change the file permissions. https://docs.docker.com/develop/develop-images/multistage-build/
MultiStage
uses multi-stage Docker build to change the file permissions. https://docs.docker.com/develop/develop-images/multistage-build/
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait DockerPermissionStrategyclass Objecttrait Matchableclass AnyShow all
- Self type
-
MultiStage.type
None
does not attempt to change the file permissions. This will inherit the host machine's group bits.
None
does not attempt to change the file permissions. This will inherit the host machine's group bits.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait DockerPermissionStrategyclass Objecttrait Matchableclass AnyShow all
- Self type
-
None.type
Run
calls RUN
in the Dockerfile
. This could double the size of the resulting Docker image because of the extra layer it creates.
Run
calls RUN
in the Dockerfile
. This could double the size of the resulting Docker image because of the extra layer it creates.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait DockerPermissionStrategyclass Objecttrait Matchableclass AnyShow all
- Self type
-
Run.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror