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

OCI images are not supported #315

Closed dubo-dubon-duponey closed 3 years ago

dubo-dubon-duponey commented 3 years ago

Terraform Version

v0.13.5

Expected Behavior

OCI images should be handled properly.

Actual Behavior

The provider does not send the right accept header when checking an image, hence a registry will respond 404 for an OCI image.

Steps to Reproduce

data "docker_registry_image" "image" {
  name = "dubodubonduponey/coredns:latest"
}