--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "docker_registry_image_manifests Data Source - terraform-provider-docker" subcategory: "" description: |- Reads the image metadata for each manifest in a Docker multi-arch image from a Docker Registry. --- # docker_registry_image_manifests (Data Source) Reads the image metadata for each manifest in a Docker multi-arch image from a Docker Registry. ## Schema ### Required - `name` (String) The name of the Docker image, including any tags. e.g. `alpine:latest` ### Optional - `auth_config` (Block List, Max: 1) Authentication configuration for the Docker registry. It is only used for this resource. (see [below for nested schema](#nestedblock--auth_config)) - `insecure_skip_verify` (Boolean) If `true`, the verification of TLS certificates of the server/registry is disabled. Defaults to `false` ### Read-Only - `id` (String) The ID of this resource. - `manifests` (Set of Object) The metadata for each manifest in the image (see [below for nested schema](#nestedatt--manifests)) ### Nested Schema for `auth_config` Required: - `address` (String) The address of the Docker registry. - `password` (String, Sensitive) The password for the Docker registry. - `username` (String) The username for the Docker registry. ### Nested Schema for `manifests` Read-Only: - `architecture` (String) - `media_type` (String) - `os` (String) - `sha256_digest` (String)