Docker
@hashicorp
The Docker plugin can build a Docker image of an application, push a Docker image to a remote registry, and/or deploy the Docker image to a Docker daemon. It also launches on-demand runners to do operations remotely.
- Official
- Built-in
Updated 2 months ago
- GitHub(opens in new tab)
Docker Registry
Push a Docker image to a Docker compatible registry.
Interface
- Input: docker.Image
- Output: docker.Image
Examples
Parameters
16 Results
the authentication information to log into the docker repository
the authentication information to log into the docker repository The format of this is base64-encoded JSON. The structure is the
AuthConfig
structure used by Docker. WARNING: be very careful to not leak the authentication information by hardcoding it here. Use a helper function likefile()
to read the information from a file not stored in VCS