Private constructorStatic Protected execStatic ofStatic ofReturns a new Add instruction of given Git repository.
https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir
the git repository reference
the path on the filesystem of the image
Static ofReturns a new Add instruction of given git repository and add .git directory.
https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir
the git repository reference
the path on the filesystem of the image
Static withStatic withReturns a new Add instruction of given source, destination, chown arguments and optionally chmod.
the file, directory or remote file URL
the path on the filesystem of the image
the username, groupname, or UID/GID to request specific ownership of the content
Optional chmod: stringthe destination permissions
Generated using TypeDoc
Represents a ADD instruction.