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

feat: add docker_registry_multiarch_image data source

Open vprakash-seatgeek opened this issue 1 year ago • 2 comments

Added a new docker_registry_multiarch_image data source to expose details about Docker multi-arch images. When you build a multi-arch image, the underlying images are not tagged so it is useful to be able to look up details about them.

In the process, also refactored some auth helper methods out from internal/provider/data_source_docker_registry_image.go to reduce code duplication.

vprakash-seatgeek avatar Jun 15 '23 08:06 vprakash-seatgeek

This will be great if we can upstream instead of having to fork the provider.

komapa avatar Jul 06 '23 13:07 komapa