Package: golang-github-containers-image / 5.26.1-2~bpo12+1
Metadata
Package | Version | Patches format |
---|---|---|
golang-github-containers-image | 5.26.1-2~bpo12+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
t skip.patch | (download) |
directory/explicitfilepath/path_test.go |
6 6 + 0 - 0 ! |
disable failing tests |
sif v2.patch | (download) |
sif/load.go |
2 1 + 1 - 0 ! |
fix compilation against the packaged version of sylabs/sif |
avoid openshift.patch | (download) |
transports/alltransports/alltransports.go |
2 1 + 1 - 0 ! |
--- |
disable gpgtest.patch | (download) |
signature/simplesigning/signer_test.go |
2 2 + 0 - 0 ! |
--- |
avoid rekor fulcio.patch | (download) |
copy/sign.go |
12 0 + 12 - 0 ! |
--- |
TestOCI1IndexChooseInstanceByCompression.patch | (download) |
internal/manifest/oci_index_test.go |
4 0 + 4 - 0 ! |
[patch] fix testoci1indexchooseinstancebycompression on non-amd64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Setting SystemContext.ArchitectureChoice to "" does not mean "match any/the first platform"; it's the default behavior of SystemContext, and it means "choose for the current runtime architecture". (Originally discussed in https://github.com/containers/image/pull/1789#discussion_r1115647449 ) I.e. on amd64 these two test cases are redundant with the first two instances above, and on other architectures (notably ARM) they cause failures. So just drop them. Signed-off-by: Miloslav Trma <mitr@redhat.com> |