terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

feat: support to import an image with image name

Open suzuki-shunsuke opened this issue 4 years ago • 4 comments
trafficstars

Close #156

  • change docker_image's ID from ${imageID}${imageName} to ${imageName}
  • support to import docker_image with image name

e.g.

$ terraform import docker_image.alpine alpine:3.13.0

What's appropriate docker_image's ID?

  • image ID?
  • image name?
  • image ID + image name?

I considered about it, and concluded that image name is best.

suzuki-shunsuke avatar Mar 29 '21 11:03 suzuki-shunsuke

This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. If you don't want this pull request to be closed, please set the label pinned.

github-actions[bot] avatar May 29 '21 10:05 github-actions[bot]

related to #74 . Are you still on this @suzuki-shunsuke ?

mavogel avatar May 30 '21 09:05 mavogel

Sorry but I forget the status of this issue. Probably I kept this pull request draft due to any problem, but I can't remember it.

suzuki-shunsuke avatar May 31 '21 07:05 suzuki-shunsuke

This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. If you don't want this pull request to be closed, please set the label pinned.

github-actions[bot] avatar Aug 20 '21 10:08 github-actions[bot]