getRegistryImageManifests

Reads the image metadata for each manifest in a Docker multi-arch image from a Docker Registry.

Return

A collection of values returned by getRegistryImageManifests.

Parameters

argument

A collection of arguments for invoking getRegistryImageManifests.


suspend fun getRegistryImageManifests(authConfig: GetRegistryImageManifestsAuthConfig? = null, insecureSkipVerify: Boolean? = null, name: String): GetRegistryImageManifestsResult

Return

A collection of values returned by getRegistryImageManifests.

Parameters

authConfig

Authentication configuration for the Docker registry. It is only used for this resource.

insecureSkipVerify

If true, the verification of TLS certificates of the server/registry is disabled. Defaults to false

name

The name of the Docker image, including any tags. e.g. alpine:latest

See also


Return

A collection of values returned by getRegistryImageManifests.

Parameters

argument

Builder for com.pulumi.docker.kotlin.inputs.GetRegistryImageManifestsPlainArgs.

See also