hashicorp / terraform-provider-docker

As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/kreuzwerker/docker/latest
https://registry.terraform.io/providers/kreuzwerker/docker/latest
Mozilla Public License 2.0
132 stars 92 forks source link

Add new resource docker_registry_image #249

Closed edgarpoce closed 4 years ago

edgarpoce commented 4 years ago

Implementation proposal to add a new resource called docker_registry_image

See open ticket at #248

hijakebye commented 4 years ago

Would this essentially be for pushing images to a configured registry??

troyready commented 4 years ago

Would this essentially be for pushing images to a configured registry?? Building & pushing them, yes.

hijakebye commented 4 years ago

Would this essentially be for pushing images to a configured registry?? Building & pushing them, yes.

Would this be able to push an image without building? I see in the readme docs that the buildContext is optional, For example I would like to pull an image from one registry and push it to another