github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/image/spec/v1.2.md (about)

     1  # Docker Image Specification v1.2.0
     2  
     3  This Document described the Docker Image Specification used by Docker Engine
     4  v1.12.0 and up. It has been superseded by Docker Image Specification v1.3.0.
     5  
     6  The Docker Image Specification is the image specification as used by the
     7  Docker Engine, and was used as foundation of the OCI image specification.
     8  
     9  The Docker Image Specification provides a superset of the OCI Image specification;
    10  it is OCI-compatible, but some extensions that are specific to the Docker
    11  Engine implementation.
    12  
    13  Refer to [spec.md](spec.md) for the current version of the Docker Image
    14  Specification, and the [OCI Image specification](https://github.com/opencontainers/image-spec/)
    15  for an in-depth specification of the OCI Image specs.
    16  
    17  For older versions of the specification, refer to the specs in git history;
    18  
    19  - [Docker Image Specification v1.0.0](https://github.com/moby/moby/blob/daa4618da826fb1de4fc2478d88196edbba49b2f/image/spec/v1.md)
    20  - [Docker Image Specification v1.1.0](https://github.com/moby/moby/blob/daa4618da826fb1de4fc2478d88196edbba49b2f/image/spec/v1.1.md)
    21  - [Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/daa4618da826fb1de4fc2478d88196edbba49b2f/image/spec/v1.2.md)