DockerEngineAPI.Api.Distribution (elixir_dea v1.45.7)
API calls for all endpoints tagged Distribution
.
Summary
Functions
Get image information from the registry Return image digest and platform information by contacting the registry.
Functions
Link to this function
distribution_inspect(connection, name, opts \\ [])
@spec distribution_inspect(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DockerEngineAPI.Model.DistributionInspect.t()} | {:ok, DockerEngineAPI.Model.ErrorResponse.t()} | {:error, Tesla.Env.t()}
Get image information from the registry Return image digest and platform information by contacting the registry.
Parameters
connection
(DockerEngineAPI.Connection): Connection to servername
(String.t): Image name or idopts
(keyword): Optional parameters
Returns
{:ok, DockerEngineAPI.Model.DistributionInspect.t}
on success{:error, Tesla.Env.t}
on failure