File: ChangeLog

package info (click to toggle)
golang-github-opencontainers-image-spec 1.0.0~rc2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 185
  • sloc: makefile: 126
file content (19 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Open Container Initiative Image Format Specification

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)