tjsr/Remote Docker Pull
Pull a docker image to a remote docker daemon connected via SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_docker_host | The hostname or IP address of the remote docker host | yes | — |
| ssh_private_key | The private key configured on the remote host to allow SSH access | yes | — |
| remote_docker_user | The username to use when connecting to the remote host | yes | — |
| ssh_port | The port to use when connecting to the remote host | no | 22 |
| docker_image | The docker image to pull to the remote daemon | yes | — |
| local_tag | The tag to apply to the image on the remote daemon after pulling from the registry | no | — |
Outputs
no outputs