Skip to main content

Retrieve the blob from the registry

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Retrieve the blob from the registry

Query Parameters
    image image=%s required

    query image, condition for filtering.

    namespace namespace=%s

    namespace which secret in.

    secret secret=%s

    secret name

    insecure insecure=%s

    whether verify cert if using https repo

Responses

ok


Schema
    imageBlob

    Retrieve the blob from the registry identified. Reference: https://docs.docker.com/registry/spec/api/#blob

    architecture string

    The architecture field specifies the CPU architecture, for example amd64 or ppc64le.

    config

    The config field references a configuration object for a container.

    ArgsEscaped boolean

    Command is already escaped (Windows only)

    AttachStderr boolean

    Boolean value, attaches to stderr.

    AttachStdin boolean

    Boolean value, attaches to stdin.

    AttachStdout boolean

    Boolean value, attaches to stdout.

    Cmd string[]

    Command to run specified as a string or an array of strings.

    Domainname string

    A string value containing the domain name to use for the container.

    Entrypoint

    The entry point set for the container as a string or an array of strings.

    Env string[]

    A list of environment variables in the form of ["VAR=value", ...]

    ExposedPorts object

    An object mapping ports to an empty object in the form of: "ExposedPorts": { "/<tcp|udp>: {}" }

    Hostname string

    A string value containing the hostname to use for the container.

    Image string

    A string specifying the image name to use for the container.

    Labels

    The map of labels to a container.

    maintainer string required
    OnBuild

    ONBUILD metadata that were defined in the image's Dockerfile.

    OpenStdin boolean

    Boolean value, opens stdin

    StdinOnce boolean

    Boolean value, close stdin after the 1 attached client disconnects.

    StopSignal string

    Signal to stop a container as a string or unsigned integer.

    Tty boolean

    Boolean value, Attach standard streams to a tty, including stdin if it is not closed.

    User string

    A string value specifying the user inside the container.

    Volumes

    An object mapping mount point paths (strings) inside the container to empty objects.

    WorkingDir string

    A string specifying the working directory for commands to run in.

    container string

    Container id.

    container_config

    The config data of container.

    ArgsEscaped boolean

    Command is already escaped (Windows only)

    AttachStderr boolean

    Boolean value, attaches to stderr.

    AttachStdin boolean

    Boolean value, attaches to stdin.

    AttachStdout boolean

    Boolean value, attaches to stdout.

    Cmd string[]

    Command to run specified as a string or an array of strings.

    Domainname string

    A string value containing the domain name to use for the container.

    Entrypoint

    The entry point set for the container as a string or an array of strings.

    Env string[]

    A list of environment variables in the form of ["VAR=value", ...]

    ExposedPorts object

    An object mapping ports to an empty object in the form of: "ExposedPorts": { "/<tcp|udp>: {}" }

    Hostname string

    A string value containing the hostname to use for the container.

    Image string

    A string specifying the image name to use for the container.

    Labels

    The map of labels to a container.

    maintainer string required
    OnBuild

    ONBUILD metadata that were defined in the image's Dockerfile.

    OpenStdin boolean

    Boolean value, opens stdin

    StdinOnce boolean

    Boolean value, close stdin after the 1 attached client disconnects.

    StopSignal string

    Signal to stop a container as a string or unsigned integer.

    Tty boolean

    Boolean value, Attach standard streams to a tty, including stdin if it is not closed.

    User string

    A string value specifying the user inside the container.

    Volumes

    An object mapping mount point paths (strings) inside the container to empty objects.

    WorkingDir string

    A string specifying the working directory for commands to run in.

    created date-time

    Create time.

    docker_version string

    docker version.

    history undefined[]

    The data of history update.

  • Array [
  • created date-time

    Created time.

    created_by string

    Created command.

    empty_layer boolean

    Layer empty or not.

  • ]
  • os string

    Operating system.

    rootfs omitempty required

    Root filesystem.

    diff_ids string[]

    Contain ids of layer list

    type string

    Root filesystem type, always "layers"

    imageManifest

    Retrieve the manifest from the registry identified. Reference: https://docs.docker.com/registry/spec/api/#manifest

    config

    The config field references a configuration object for a container.

    digest string

    The digest of the content, as defined by the Registry V2 HTTP API Specificiation. Reference https://docs.docker.com/registry/spec/api/#digest-parameter

    mediaType string

    The MIME type of the image.

    size int32

    The size in bytes of the image.

    layers undefined[]

    Fields of an item in the layers list.

  • Array [
  • digest string

    The digest of the content, as defined by the Registry V2 HTTP API Specificiation. Reference https://docs.docker.com/registry/spec/api/#digest-parameter

    mediaType string

    The MIME type of the layer.

    size int32

    The size in bytes of the layer.

  • ]
  • mediaType string

    The MIME type of the manifest.

    schemaVersion int32

    This field specifies the image manifest schema version as an integer.

    imageTag string

    image tag.

    message string

    Status message.

    registry string

    registry domain.

    status string

    Status is the status of the image search, such as "succeeded".

Loading...