1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-10 00:46:46 +00:00
skopeo/integration
Colin Walters a31470d7a4 proxy: Add GetLayerInfoPiped
I was experimenting with images with lots of layers (> 200) and
this invocation was incorrectly adding the entire response
into what was intended as the metadata plane.

`GetManifest` and `GetConfig` (even those are relatively small)
still always return their data over a pipe, same as blobs.

Add a new `GetLayerInfoPiped` that does the same so we
can easily get this information for images with a lot of layers.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-03-21 15:05:59 -04:00
..
fixtures Update for the renames of sigstore to lookaside 2022-07-12 13:47:35 +02:00
blocked_test.go Replace gopkg.in/check.v1 by github.com/stretchr/testify/suite/ 2023-02-17 02:35:51 +01:00
check_test.go Fix some warnings 2023-02-23 16:08:45 +01:00
copy_test.go Refer to registry.k8s.io instead of k8s.gcr.io 2024-06-17 20:02:15 +02:00
fixtures_info_test.go Remove signature/fixtures subpackage 2016-05-21 21:21:58 +02:00
openshift_shell_test.go Replace gopkg.in/check.v1 by github.com/stretchr/testify/suite/ 2023-02-17 02:35:51 +01:00
openshift.go Replace gopkg.in/check.v1 by github.com/stretchr/testify/suite/ 2023-02-17 02:35:51 +01:00
procutils_linux.go chore: fix function names 2024-04-18 18:09:30 +02:00
procutils.go Add missing comment punctuation 2023-02-03 17:48:16 +01:00
proxy_test.go proxy: Add GetLayerInfoPiped 2025-03-21 15:05:59 -04:00
registry.go Use a range expression 2024-09-03 19:26:40 +02:00
signing_test.go Verify signatures from a trust store 2023-04-01 11:51:57 +01:00
sync_test.go Refer to registry.k8s.io instead of k8s.gcr.io 2024-06-17 20:02:15 +02:00
utils.go chore: fix function names 2024-04-18 18:09:30 +02:00