Engine API version history (original) (raw)

Docker Engine API v1.49 documentation

Docker Engine API v1.48 documentation

Docker Engine API v1.47 documentation

Docker Engine API v1.46 documentation

Deprecated Config fields in GET /images/{name}/json response

The Config field returned by this endpoint (used for "image inspect") returns additional fields that are not part of the image's configuration and not part of theDocker Image Spec and theOCI Image Spec.

These additional fields are included in the response, due to an implementation detail, where theapi/types.ImageInspec type used for the response is using thecontainer.Config type.

Thecontainer.Config type is a superset of the image config, and while the image's Config is used as a template for containers created from the image, the additional fields are set at runtime (from options passed when creating the container) and not taken from the image Config.

These fields are never set (and always return the default value for the type), but are not omitted in the response when left empty. As these fields were not intended to be part of the image configuration response, they are deprecated, and will be removed from the API.

The following fields are currently included in the API response, but are not part of the underlying image's Config, and deprecated:

Docker Engine API v1.45 documentation

Docker Engine API v1.44 documentation

Docker Engine API v1.43 documentation

Docker Engine API v1.42 documentation

Docker Engine API v1.41 documentation

WARNING: The requested image's platform (linux/arm64/v8) does not  
         match the detected host platform (linux/amd64) and no  
         specific platform was requested  

Docker Engine API v1.40 documentation

Docker Engine API v1.39 documentation

Docker Engine API v1.38 documentation

Docker Engine API v1.37 documentation

Docker Engine API v1.36 documentation

Docker Engine API v1.35 documentation

Docker Engine API v1.34 documentation

Docker Engine API v1.33 documentation

Docker Engine API v1.32 documentation

Docker Engine API v1.31 documentation

Docker Engine API v1.30 documentation

Docker Engine API v1.29 documentation

Docker Engine API v1.28 documentation

Docker Engine API v1.27 documentation

Docker Engine API v1.26 documentation

Docker Engine API v1.25 documentation

Docker Engine API v1.24 documentation