v1

latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KB
Images

Inspect a Docker image in private Bluemix registry

This endpoint returns detailed information about a Docker image that is stored in the private Bluemix registry of an organization (corresponding IBM Containers command: cf ic inspect <image_name_or_id>).

get/images/{name_or_id}/json

Path parameters

name_or_idstring required

The full private Bluemix registry path to your image or the unique ID of the image that you want to inspect. Run cf ic images or call the GET /images/json endpoint to review the images in your private Bluemix registry.

Headers

X-Auth-Tokenstring required

The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.

X-Auth-Project-Idstring required

The unique ID of your organization space where you want to create or work with your containers. Run cf space <space_name> --guid, where <space_name> is the name of your space, to retrieve your space ID.

Response

OK. A list of details about the container image is returned.

Architecturestring

The hardware architecture for which the image was built for. The architecture can either be Intel (amd64) or Power (ppc64le).

Containerstring

???

Createdstring

The time when the image was created.

DockerVersionstring

???

Idstring

Unique ID of the image that you inspected.

Osstring

???

Parentstring

The ID of the parent image that was used to build this image.

Sizeinteger

The real size of the image.

Tagstring

The version of the image

Throwawaystring

???

VirtualSizeinteger

The virtual size of the image.