Skip to content

Releases: opencontainers/image-spec

v0.4.0

17 Aug 22:04
v0.4.0
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes with v0.4.0:

Additions:

* Go package added for types
https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1 (#172)
* oci-image-tool: man page docs added
https://github.com/opencontainers/image-spec/tree/master/cmd/oci-image-tool/man
(#180)

Minor fixes and documentation:

* oci-image-tool: replace colon with hyphen to be windows friendly (#177)
* oci-image-tool: fix various bugs in extraction of images (#177)
* manifest: size as int64 allowing for huge containers (#153)
* manifest: move duplicate descriptions to reference descriptor doc (#167)
* serialization: explain opaques and their role (#171)

v0.3.0

18 Jul 18:58
v0.3.0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

v0.2.0

31 May 21:43
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
https://github.com/opencontainers/image-spec/milestones/v0.2.0

v0.1.0

07 May 09:18
v0.1.0
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is a "getting started" release and makes no guarantees the v0.2.0 will be backwards compatible. Overall, we have imported the relevant docs, added information about the media types, and created the new media types for the OCI. It isn't perfect but it is enough to start having discussions with people implementing registries and build systems.