Package: umoci / 0.4.7+ds-4~bpo12+1

Metadata

Package Version Patches format
umoci 0.4.7+ds-4~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test skip TestUnpackManifestCustomLayer.patch | (download)

oci/layer/unpack_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable failing test

0002 build deps bump github.com rootless containers proto.patch | (download)

oci/layer/utils.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 build(deps): bump github.com/rootless-containers/proto

[Aleksa: Needed an update in oci/layer/utils.go because the upstream API
         broke as part of the fix for the go vet error.]

Bumps [github.com/rootless-containers/proto](https://github.com/rootless-containers/proto) from 0.1.0 to 0.1.2.
- [Release notes](https://github.com/rootless-containers/proto/releases)
- [Commits](https://github.com/rootless-containers/proto/compare/v0.1.0...v0.1.2)

0003 use new protobuf package.patch | (download)

oci/layer/utils.go | 2 1 + 1 - 0 !
oci/layer/utils_test.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 *: use new protobuf package

Replace github.com/golang/protobuf with google.golang.org/protobuf.
The old one is deprecated.

Signed-off-by: Shengjing Zhu <i@zhsj.me>

image spec 1.1.0 rc4.patch | (download)

cmd/umoci/config.go | 12 7 + 5 - 0 !
oci/casext/refname_dir_test.go | 10 6 + 4 - 0 !
oci/layer/unpack_test.go | 4 3 + 1 - 0 !
3 files changed, 16 insertions(+), 10 deletions(-)

 bump github.com/opencontainers/runtime-spec from 1.0.3 to 1.1.0-rc4

This version is currently used in Linux distributions to build podman and
friends

Signed-off-by: Reinhard Tartler <siretart@tauware.de>