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 11 months ago
- GitHub(opens in new tab)
Docker Registry
Archive Notice
This integration relates to a legacy version of Waypoint and is no longer actively maintained.Read the blog
(opens in new tab)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