@hashicorp
The Docker Pull plugin pulls a Docker image from an existing Docker repository, and wraps the existing image entrypoint with the Waypoint entrypoint.
- Official
- Built-in
Updated 11 months ago
- GitHub(opens in new tab)
Docker Pull Builder
Archive Notice
This integration relates to a legacy version of Waypoint and is no longer actively maintained.Use an existing, pre-built Docker image.
This builder will automatically inject the Waypoint entrypoint. You can disable this with the "disable_entrypoint" configuration.
If you wish to rename or retag an image, use this along with the "docker" registry option which will rename/retag the image and then push it to the specified registry.
If Docker isn't available (the Docker daemon isn't running or a DOCKER_HOST isn't set), a daemonless solution will be used instead.
If "disable_entrypoint" is set to true and the Waypoint configuration has no registry, this builder will not physically pull the image. This enables Waypoint to work in environments where the image is built outside of Waypoint (such as in a CI pipeline).
Interface
- Input: component.Source
- Output: docker.Image
Examples
Parameters
13 Results
the authentication information to log into the docker repository