terraform-provider-docker/docs/data-sources/registry_image_manifests.md
renovate[bot] c33013cf0c
chore(deps): update actions/checkout action to v5 (#768)
* chore(deps): update actions/checkout action to v5

* chore: Update docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martin Wentzel <nitram.wentzel@gmail.com>
2025-08-12 16:29:43 +02:00

50 lines
1.5 KiB
Markdown

---
# 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 generated by tfplugindocs -->
## 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))
<a id="nestedblock--auth_config"></a>
### 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.
<a id="nestedatt--manifests"></a>
### Nested Schema for `manifests`
Read-Only:
- `architecture` (String)
- `media_type` (String)
- `os` (String)
- `sha256_digest` (String)