kreuzwerker / terraform-provider-docker

Terraform Docker provider
Mozilla Public License 2.0
570 stars 187 forks source link

Support for `docker image import` #601

Open andrewbaxter opened 5 months ago

andrewbaxter commented 5 months ago

Community Note

Description

Being able to import images from the output of a "docker export". I have a build process that results in a docker export tarball and there's no simple way to import it at the moment.

New or Affected Resource(s)

Potential Terraform Configuration

References

The oci/skopeo libraries have methods for copying images to and from a number of formats which would make this fairly simple... but it'd be another dependency and I see there are already docker imports. I don't know if a similar method is exposed in the docker libraries.