Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for docker image import #601

Open
andrewbaxter opened this issue Feb 1, 2024 · 0 comments
Open

Support for docker image import #601

andrewbaxter opened this issue Feb 1, 2024 · 0 comments

Comments

@andrewbaxter
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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)

  • docker_image
    Rather than add it into docker_image it might be cleaner to make a new docker_import_image resource.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant