mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 11:49:29 -05:00
* 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>
1.5 KiB
1.5 KiB
| page_title | subcategory | description |
|---|---|---|
| docker_registry_image_manifests Data Source - terraform-provider-docker | 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)insecure_skip_verify(Boolean) Iftrue, the verification of TLS certificates of the server/registry is disabled. Defaults tofalse
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)
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)