get Registry Image Manifests
suspend fun getRegistryImageManifests(argument: GetRegistryImageManifestsPlainArgs): GetRegistryImageManifestsResult
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
auth Config
Authentication configuration for the Docker registry. It is only used for this resource.
insecure Skip Verify
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
suspend fun getRegistryImageManifests(argument: suspend GetRegistryImageManifestsPlainArgsBuilder.() -> Unit): GetRegistryImageManifestsResult
Return
A collection of values returned by getRegistryImageManifests.
Parameters
argument
Builder for com.pulumi.docker.kotlin.inputs.GetRegistryImageManifestsPlainArgs.