Package: golang-github-opencontainers-image-spec / 1.1.0~rc2-3

Metadata

Package Version Patches format
golang-github-opencontainers-image-spec 1.1.0~rc2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add ArgsEscaped field to image config.patch | (download)

config.md | 7 7 + 0 - 0 !
media-types.md | 2 2 + 0 - 0 !
schema/config-schema.json | 3 3 + 0 - 0 !
specs-go/v1/config.go | 9 9 + 0 - 0 !
4 files changed, 21 insertions(+)

 add argsescaped field to image config

This change officially adds ArgsEscaped to the image config. This field
has already been used by Docker for several years, so adding it here
allows images that depend on its behavior to work with other runtimes.

Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
Signed-off-by: Justin Terry <jlterry@amazon.com>