Package: golang-github-containers-image / 5.36.1-1

Metadata

Package Version Patches format
golang-github-containers-image 5.36.1-1 3.0 (quilt)

Patch series

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

directory/explicitfilepath/path_test.go | 6 6 + 0 - 0 !
internal/image/docker_schema1_test.go | 2 2 + 0 - 0 !
internal/image/docker_schema2_test.go | 5 5 + 0 - 0 !
pkg/blobinfocache/default_test.go | 1 1 + 0 - 0 !
signature/docker_test.go | 3 3 + 0 - 0 !
signature/mechanism_test.go | 1 1 + 0 - 0 !
6 files changed, 18 insertions(+)

 disable failing tests

avoid openshift.patch | (download)

transports/alltransports/alltransports.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid the dependency on openshift

===================================================================

disable gpgtest.patch | (download)

signature/simplesigning/signer_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable the signature test.

This test requires starting and managing GPG Agent and is not easily
done during a package build.

===================================================================

0004 Revert Update module github.com docker docker to v28.patch | (download)

docker/daemon/daemon_dest.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 revert "update module github.com/docker/docker to v28"

This reverts commit 951418067ca9b9d3b5efd3d200009931fa4f7f96.

0005 Disable segfaulting test.patch | (download)

pkg/tlsclientconfig/tlsclientconfig_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable segfaulting test

I was not able to reproduce it with Debian's golang 1.24 on the unpatched
sources with the upstream build system. I suspect this has something to do
with debian's golang debhelper, and how it constructs the build area.