-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve the format of --debug logs #1559
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1559 +/- ##
==========================================
+ Coverage 84.09% 84.27% +0.17%
==========================================
Files 119 120 +1
Lines 5331 5392 +61
==========================================
+ Hits 4483 4544 +61
Misses 602 602
Partials 246 246 ☔ View full report in Codecov by Sentry. |
ExamplesBEFORELogs of
Logs of
AFTERLogs of
|
ExamplesLog entry with empty body:
Log entry with error code:
Log entry with non-printable content-type:
Log entry with too large response body (mocked):
Log entry containing potential credentials:
Log entry with extra data fields (mocked):
|
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just tested the allowed length of PR comment, looks like it allows more than 64KiB. 😀 |
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Sample log of `oras copy` for `docker.io/library/hello-world:latest` (Be careful, this could crash your browser🙃):$ oras copy docker.io/library/hello-world:latest --to-oci-layout hello -d
[2024-12-06T10:01:15.82357305Z][DEBUG]: --> Request #0
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/latest"
> Request method: "HEAD"
> Request headers:
"Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:16.629933803Z][DEBUG]: <-- Response #0
< Response Status: "401 Unauthorized"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:16 GMT"
"Content-Length": "162"
"Strict-Transport-Security": "max-age=31536000"
"Docker-Ratelimit-Source": "52.187.35.142"
"Content-Type": "application/json"
"Docker-Distribution-Api-Version": "registry/2.0"
"Www-Authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:library/hello-world:pull\""
< Response body:
No response body to print
[2024-12-06T10:01:16.745314312Z][DEBUG]: --> Request #1
> Request URL: "https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:17.542692293Z][DEBUG]: <-- Response #1
< Response Status: "200 OK"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/json"
"X-Trace-Id": "7ad457de1e2f257dc0d5c7fe0724b505"
"X-Trace-Sampled": "true"
"Date": "Fri, 06 Dec 2024 10:01:17 GMT"
< Response body:
Response body redacted due to potential credentials
[2024-12-06T10:01:17.542912827Z][DEBUG]: --> Request #2
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/latest"
> Request method: "HEAD"
> Request headers:
"Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:17.830874829Z][DEBUG]: <-- Response #2
< Response Status: "200 OK"
< Response headers:
"Etag": "\"sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "11387"
"Content-Type": "application/vnd.oci.image.index.v1+json"
"Docker-Content-Digest": "sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:17 GMT"
"Ratelimit-Remaining": "175;w=21600"
< Response body:
No response body to print
[2024-12-06T10:01:17.835787502Z][DEBUG]: --> Request #3
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.index.v1+json"
[2024-12-06T10:01:18.105220977Z][DEBUG]: <-- Response #3
< Response Status: "200 OK"
< Response headers:
"Content-Length": "11387"
"Content-Type": "application/vnd.oci.image.index.v1+json"
"Etag": "\"sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966\""
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "175;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Docker-Content-Digest": "sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966"
"Docker-Distribution-Api-Version": "registry/2.0"
"Ratelimit-Limit": "200;w=21600"
< Response body:
{"manifests":[{"annotations":{"com.docker.official-images.bashbrew.arch":"amd64","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:amd64\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"amd64","os":"linux"},"size":861},{"annotations":{"com.docker.official-images.bashbrew.arch":"amd64","vnd.docker.reference.digest":"sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:579b3724a7b189f6dca599a46f16d801a43d5def185de0b7bcd5fb9d1e312c27","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v5","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm32v5\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:c2d891e5c2fb4c723efb72b064be3351189f62222bd3681ce7e57f2a1527362c","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"arm","os":"linux","variant":"v5"},"size":863},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v5","vnd.docker.reference.digest":"sha256:c2d891e5c2fb4c723efb72b064be3351189f62222bd3681ce7e57f2a1527362c","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:6901d6a88eee6e90f0baa62b020bb61c4f13194cbcd9bf568ab66e8cc3f940dd","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":566},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v6","org.opencontainers.image.base.name":"scratch","org.opencontainers.image.created":"2024-03-11T22:49:19Z","org.opencontainers.image.revision":"61f3ba26fe1d027b5b443c04ac2b0690fd97561a","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#61f3ba26fe1d027b5b443c04ac2b0690fd97561a:arm32v6\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:1363c810cc39a563c6f315e26951d2ed9e93f3bf929fde8223633ecf81a4a430","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"arm","os":"linux","variant":"v6"},"size":1039},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v6","vnd.docker.reference.digest":"sha256:1363c810cc39a563c6f315e26951d2ed9e93f3bf929fde8223633ecf81a4a430","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:085e87951950ac62a771af158d4d8275505088897a0e520a8a5bd582343631b0","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":566},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v7","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm32v7\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:20aea1c63c90d5e117db787c9fe1a8cd0ad98bedb5fd711273ffe05c084ff18a","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"arm","os":"linux","variant":"v7"},"size":863},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm32v7","vnd.docker.reference.digest":"sha256:20aea1c63c90d5e117db787c9fe1a8cd0ad98bedb5fd711273ffe05c084ff18a","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:70304c314d8a61ba1b36518624bb00bfff8d4b6016153792042de43f0453ca61","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm64v8","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm64v8\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:2d4e459f4ecb5329407ae3e47cbc107a2fbace221354ca75960af4c047b3cb13","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"arm64","os":"linux","variant":"v8"},"size":863},{"annotations":{"com.docker.official-images.bashbrew.arch":"arm64v8","vnd.docker.reference.digest":"sha256:2d4e459f4ecb5329407ae3e47cbc107a2fbace221354ca75960af4c047b3cb13","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:1f11fbd1720fcae3e402fc3eecb7d57c67023d2d1e11becc99ad9c7fe97d65ca","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"i386","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:i386\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:dbbd3cf666311ad526fad9d1746177469268f32fd91b371df2ebd1c84eb22f23","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"386","os":"linux"},"size":860},{"annotations":{"com.docker.official-images.bashbrew.arch":"i386","vnd.docker.reference.digest":"sha256:dbbd3cf666311ad526fad9d1746177469268f32fd91b371df2ebd1c84eb22f23","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:18b1c92de36d42c75440c6fd6b25605cc91709d176faaccca8afe58b317bc33a","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":566},{"annotations":{"com.docker.official-images.bashbrew.arch":"mips64le","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:mips64le\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:c19784034d46da48550487c5c44639f5f92d48be7b9baf4d67b5377a454d92af","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"mips64le","os":"linux"},"size":864},{"annotations":{"com.docker.official-images.bashbrew.arch":"mips64le","vnd.docker.reference.digest":"sha256:c19784034d46da48550487c5c44639f5f92d48be7b9baf4d67b5377a454d92af","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:951bcd144ddccd1ee902dc180b435faabaaa6a8747e70cbc893f2dca16badb94","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":566},{"annotations":{"com.docker.official-images.bashbrew.arch":"ppc64le","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:ppc64le\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:f0c95f1ebb50c9b0b3e3416fb9dd4d1d197386a076c464cceea3d1f94c321b8f","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"ppc64le","os":"linux"},"size":863},{"annotations":{"com.docker.official-images.bashbrew.arch":"ppc64le","vnd.docker.reference.digest":"sha256:f0c95f1ebb50c9b0b3e3416fb9dd4d1d197386a076c464cceea3d1f94c321b8f","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:838d191bca398e46cddebc48e816da83b0389d4ed2d64f408d618521b8fd1a57","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"riscv64","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:riscv64\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:8d064a6fc27fd5e97fa8225994a1addd872396236367745bea30c92d6c032fa3","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"riscv64","os":"linux"},"size":863},{"annotations":{"com.docker.official-images.bashbrew.arch":"riscv64","vnd.docker.reference.digest":"sha256:8d064a6fc27fd5e97fa8225994a1addd872396236367745bea30c92d6c032fa3","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:48147407c4594e45b7c3f0be1019bb0f44d78d7f037ce63e0e3da75b256f849e","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"s390x","org.opencontainers.image.revision":"3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee","org.opencontainers.image.source":"https:\/\/github.com\/docker-library\/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:s390x\/hello-world","org.opencontainers.image.url":"https:\/\/hub.docker.com\/_\/hello-world","org.opencontainers.image.version":"linux"},"digest":"sha256:65f4b0d1802589b418bb6774d85de3d1a11d5bd971ee73cb8569504d928bb5d9","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"s390x","os":"linux"},"size":861},{"annotations":{"com.docker.official-images.bashbrew.arch":"s390x","vnd.docker.reference.digest":"sha256:65f4b0d1802589b418bb6774d85de3d1a11d5bd971ee73cb8569504d928bb5d9","vnd.docker.reference.type":"attestation-manifest"},"digest":"sha256:50f420e8710676da03668e446f1f51097b745e3e2c9807b018e569d26d4f65f7","mediaType":"application\/vnd.oci.image.manifest.v1+json","platform":{"architecture":"unknown","os":"unknown"},"size":837},{"annotations":{"com.docker.official-images.bashbrew.arch":"windows-amd64"},"digest":"sha256:e75b1b0b6308f6521fcfd008faef190952d7c4ad553b2b8ace047e4625f438dd","mediaType":"application\/vnd.docker.distribution.manifest.v2+json","platform":{"architecture":"amd64","os":"windows","os.version":"10.0.20348.2849"},"size":946},{"annotations":{"com.docker.official-images.bashbrew.arch":"windows-amd64"},"digest":"sha256:5e44bb920261355fb67c79f81f46618a7cf46ac8fd0a9cb27078f386e4a6bd14","mediaType":"application\/vnd.docker.distribution.manifest.v2+json","platform":{"architecture":"amd64","os":"windows","os.version":"10.0.17763.6532"},"size":946}],"mediaType":"application\/vnd.oci.image.index.v1+json","schemaVersion":2}
[2024-12-06T10:01:18.111395509Z][DEBUG]: --> Request #4
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:c2d891e5c2fb4c723efb72b064be3351189f62222bd3681ce7e57f2a1527362c"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:18.111404698Z][DEBUG]: --> Request #5
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:18.111800419Z][DEBUG]: --> Request #6
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:579b3724a7b189f6dca599a46f16d801a43d5def185de0b7bcd5fb9d1e312c27"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:18.386467018Z][DEBUG]: <-- Response #5
< Response Status: "200 OK"
< Response headers:
"Content-Length": "861"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57"
"Ratelimit-Remaining": "174;w=21600"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:e2fc4e5012d16e7fe466f5291c476431beaa1f9b90a5c2125b493ed28e2aba57\""
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a",
"size": 581
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e",
"size": 2459
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:amd64/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
[2024-12-06T10:01:18.390693206Z][DEBUG]: --> Request #7
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:6901d6a88eee6e90f0baa62b020bb61c4f13194cbcd9bf568ab66e8cc3f940dd"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:18.646259806Z][DEBUG]: <-- Response #4
< Response Status: "200 OK"
< Response headers:
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "174;w=21600"
"Content-Length": "863"
"Docker-Content-Digest": "sha256:c2d891e5c2fb4c723efb72b064be3351189f62222bd3681ce7e57f2a1527362c"
"Etag": "\"sha256:c2d891e5c2fb4c723efb72b064be3351189f62222bd3681ce7e57f2a1527362c\""
"Ratelimit-Limit": "200;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:59cba918efaeeed104a400d75a7061d0a9006af8e612512aa6d80f28cebe635b",
"size": 594
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:9d2db35bc612e2795e6d57b74c5c11b8f795caf2a44a58d9d485d0d265cd5430",
"size": 3659
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm32v5/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying d2c94e258dcb application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:18.649850063Z][DEBUG]: --> Request #8
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:18.84475633Z][DEBUG]: <-- Response #7
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "173;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "566"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:6901d6a88eee6e90f0baa62b020bb61c4f13194cbcd9bf568ab66e8cc3f940dd"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:6901d6a88eee6e90f0baa62b020bb61c4f13194cbcd9bf568ab66e8cc3f940dd\""
"Strict-Transport-Security": "max-age=31536000"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:e9924fb81b02dc8bf974f18221cab43b0dfc32201ed86f0d1bdac33b3494a6b8",
"size": 167
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:ae1a9373da65899c4799f2eeb01f1545ab9767b6ba84a3bf39763be56a0299df",
"size": 4766,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
[2024-12-06T10:01:18.847284672Z][DEBUG]: --> Request #9
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:1363c810cc39a563c6f315e26951d2ed9e93f3bf929fde8223633ecf81a4a430"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:18.866278699Z][DEBUG]: <-- Response #6
< Response Status: "200 OK"
< Response headers:
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "837"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:579b3724a7b189f6dca599a46f16d801a43d5def185de0b7bcd5fb9d1e312c27\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "173;w=21600"
"Docker-Content-Digest": "sha256:579b3724a7b189f6dca599a46f16d801a43d5def185de0b7bcd5fb9d1e312c27"
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Ratelimit-Limit": "200;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:cab575807a42d73fc069fad670c2c048565d9c81e91bf067b9e48b7e3d3fdae2",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:f0f2bb83c74908dafb652044b180ffa2f529712e248f0e9985e93699bdf3fbae",
"size": 1416,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:8b338b9c4c5a42cc78090f082d81ed4010c013d8ec03311051a613571f7f988a",
"size": 4950,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying 59cba918efae application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:18.868968146Z][DEBUG]: --> Request #10
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:59cba918efaeeed104a400d75a7061d0a9006af8e612512aa6d80f28cebe635b"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:18.890695667Z][DEBUG]: <-- Response #8
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d2/d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a/data?verify=1733482278-p%2F9IpYYcO%2B3AXG1lf1FcbFoF6U4%3D"
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:18.89088344Z][DEBUG]: --> Request #11
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d2/d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a/data?verify=1733482278-p%2F9IpYYcO%2B3AXG1lf1FcbFoF6U4%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a"
[2024-12-06T10:01:18.941784677Z][DEBUG]: <-- Response #11
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f156b5ff8f4-SIN"
"Cache-Control": "public, max-age=14400"
"Date": "Fri, 06 Dec 2024 10:01:18 GMT"
"Content-Length": "581"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Vary": "Accept-Encoding"
"Content-Type": "application/octet-stream"
"Age": "284295"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"X-Amz-Id-2": "GQorRPcqj9jyEada1EcAWy5c79Y2aoOkFLybAcFLnPEkcM9KBBPSRAF0Bo3xd7y49y2df8gNMMs="
"X-Amz-Request-Id": "BDAERCTEQ58ZTMKS"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "vgiSvWq3dRJV3u4maLEuGHchio6CGs5J"
"Etag": "\"3c8c78c9abef42432b7099e7ca8fcbcb\""
"Expires": "Fri, 06 Dec 2024 14:01:18 GMT"
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied d2c94e258dcb application/vnd.oci.image.config.v1+json
Copying c1ec31eb5944 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:18.971220475Z][DEBUG]: --> Request #12
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.10350514Z][DEBUG]: <-- Response #10
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/59/59cba918efaeeed104a400d75a7061d0a9006af8e612512aa6d80f28cebe635b/data?verify=1733482279-ChBiU2npbZzPk%2Fos66PHJpu299U%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:19.103630388Z][DEBUG]: --> Request #13
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/59/59cba918efaeeed104a400d75a7061d0a9006af8e612512aa6d80f28cebe635b/data?verify=1733482279-ChBiU2npbZzPk%2Fos66PHJpu299U%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:59cba918efaeeed104a400d75a7061d0a9006af8e612512aa6d80f28cebe635b"
[2024-12-06T10:01:19.114505706Z][DEBUG]: <-- Response #9
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "172;w=21600"
"Content-Length": "1039"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:1363c810cc39a563c6f315e26951d2ed9e93f3bf929fde8223633ecf81a4a430"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:1363c810cc39a563c6f315e26951d2ed9e93f3bf929fde8223633ecf81a4a430\""
"Strict-Transport-Security": "max-age=31536000"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:f0c407f2ecb92dc59aad1f53fda245bfa57b69c0935f55c9e28eb9756cfb292f",
"size": 594
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:eb7f8df2799ef21d497d2eb91368427b34e11c4ae737f72252dc0007a926f073",
"size": 3661
}
],
"annotations": {
"com.docker.official-images.bashbrew.arch": "arm32v6",
"org.opencontainers.image.base.name": "scratch",
"org.opencontainers.image.created": "2024-03-09T00:48:04Z",
"org.opencontainers.image.revision": "61f3ba26fe1d027b5b443c04ac2b0690fd97561a",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#61f3ba26fe1d027b5b443c04ac2b0690fd97561a:arm32v6/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying e9924fb81b02 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:19.117668372Z][DEBUG]: --> Request #14
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e9924fb81b02dc8bf974f18221cab43b0dfc32201ed86f0d1bdac33b3494a6b8"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:19.125080388Z][DEBUG]: <-- Response #13
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "594"
"Cache-Control": "public, max-age=14400"
"Etag": "\"b9e7dc17b3c55d65ffaa2654195f9a4a\""
"Expires": "Fri, 06 Dec 2024 14:01:19 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:05:39 GMT"
"X-Amz-Request-Id": "VFSJYTPW813Q6C1P"
"Server": "cloudflare"
"Cf-Ray": "8edb6f168e0ff8f4-SIN"
"Age": "90647"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "Db7jaYtCGfdYvSCi510VYRJlZw_hLSDC"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"X-Amz-Id-2": "Dozlko8I0RtqBY+MDulK4RZxbM605y+Tu7LGNthrrUiJRBL5D7dVmhwTc/7vUy/kAypq8fhnmok="
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 59cba918efae application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:19.145072754Z][DEBUG]: --> Request #15
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:085e87951950ac62a771af158d4d8275505088897a0e520a8a5bd582343631b0"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.213388744Z][DEBUG]: <-- Response #12
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/c1/c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e/data?verify=1733482279-0W5UtbI%2Fdyq%2BqYDdzHr5LO6M%2Fr8%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:19.213480933Z][DEBUG]: --> Request #16
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/c1/c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e/data?verify=1733482279-0W5UtbI%2Fdyq%2BqYDdzHr5LO6M%2Fr8%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:c1ec31eb59444d78df06a974d155e597c894ab4cda84f08294145e845394988e"
[2024-12-06T10:01:19.230853674Z][DEBUG]: <-- Response #16
< Response Status: "200 OK"
< Response headers:
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Cf-Ray": "8edb6f173fdaf8f4-SIN"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"Etag": "\"46c29c74076f746673d9545077069e2d\""
"Expires": "Fri, 06 Dec 2024 14:01:19 GMT"
"X-Amz-Id-2": "+UABT+mx2B9JFAQOaoKh0cUH/aC2UUN41Y/3rkaMa4/E6BeJZ+xGJiH1/rcUt9peb16XR4v7SDk="
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Age": "265400"
"Cache-Control": "public, max-age=14400"
"Content-Length": "2459"
"Cf-Cache-Status": "HIT"
"X-Amz-Version-Id": "a1HWMiAg5v.1SNDB1J8slO1jiWfqyCr0"
"Content-Type": "application/octet-stream"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "3Z0NJNJ4Y74SYHFE"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied c1ec31eb5944 application/vnd.oci.image.layer.v1.tar+gzip
Copying cab575807a42 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:19.255627644Z][DEBUG]: --> Request #17
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cab575807a42d73fc069fad670c2c048565d9c81e91bf067b9e48b7e3d3fdae2"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.3602709Z][DEBUG]: <-- Response #14
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e9/e9924fb81b02dc8bf974f18221cab43b0dfc32201ed86f0d1bdac33b3494a6b8/data?verify=1733482279-X4q4Soib3zj7yqkakoqlreZlWRU%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:19.360350604Z][DEBUG]: --> Request #18
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e9/e9924fb81b02dc8bf974f18221cab43b0dfc32201ed86f0d1bdac33b3494a6b8/data?verify=1733482279-X4q4Soib3zj7yqkakoqlreZlWRU%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e9924fb81b02dc8bf974f18221cab43b0dfc32201ed86f0d1bdac33b3494a6b8"
[2024-12-06T10:01:19.490738054Z][DEBUG]: <-- Response #17
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ca/cab575807a42d73fc069fad670c2c048565d9c81e91bf067b9e48b7e3d3fdae2/data?verify=1733482279-F7RFNTvouZgBBUeedwphu3DkWcM%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:19.490825448Z][DEBUG]: --> Request #19
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ca/cab575807a42d73fc069fad670c2c048565d9c81e91bf067b9e48b7e3d3fdae2/data?verify=1733482279-F7RFNTvouZgBBUeedwphu3DkWcM%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cab575807a42d73fc069fad670c2c048565d9c81e91bf067b9e48b7e3d3fdae2"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.510239515Z][DEBUG]: <-- Response #15
< Response Status: "200 OK"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Etag": "\"sha256:085e87951950ac62a771af158d4d8275505088897a0e520a8a5bd582343631b0\""
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "172;w=21600"
"Content-Length": "566"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:085e87951950ac62a771af158d4d8275505088897a0e520a8a5bd582343631b0"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:cee5a2917bd17938631e187dd0d685b7478685ef373078b92fc710c36ea5a817",
"size": 167
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:b755f6ea9ed4e8b3579a5329933d9eec575ba1117510f2320726222a901e21bf",
"size": 4766,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying 9d2db35bc612 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:19.513441534Z][DEBUG]: --> Request #20
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9d2db35bc612e2795e6d57b74c5c11b8f795caf2a44a58d9d485d0d265cd5430"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.642284056Z][DEBUG]: <-- Response #18
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"Etag": "\"2868b1e5d1a35ba0b049f701aaf645bd\""
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "WXT8E1FHTFZF18MB"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "167"
"Content-Type": "application/octet-stream"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Fri, 15 Dec 2023 22:05:39 GMT"
"X-Amz-Id-2": "s6MCJzKaf6HjyyuqAqC5Zolo+G8LoMWnqSe4B8sbbU+wayGoidVMfoU5SvWIEMMwNsow+X/UpNo="
"X-Amz-Version-Id": "acMwB3RyX7ChPjzfycwW38uKapErNzTT"
"Cf-Cache-Status": "HIT"
"Expires": "Fri, 06 Dec 2024 14:01:19 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Ray": "8edb6f182a2bf8f4-SIN"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied e9924fb81b02 application/vnd.oci.image.config.v1+json
Copying f0c407f2ecb9 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:19.66794635Z][DEBUG]: --> Request #21
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f0c407f2ecb92dc59aad1f53fda245bfa57b69c0935f55c9e28eb9756cfb292f"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.751941834Z][DEBUG]: <-- Response #20
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/9d/9d2db35bc612e2795e6d57b74c5c11b8f795caf2a44a58d9d485d0d265cd5430/data?verify=1733482279-rUaciWpR2k35C09NE0S1SmwQhYU%3D"
< Response body:
No response body to print
[2024-12-06T10:01:19.752042812Z][DEBUG]: --> Request #22
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/9d/9d2db35bc612e2795e6d57b74c5c11b8f795caf2a44a58d9d485d0d265cd5430/data?verify=1733482279-rUaciWpR2k35C09NE0S1SmwQhYU%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9d2db35bc612e2795e6d57b74c5c11b8f795caf2a44a58d9d485d0d265cd5430"
[2024-12-06T10:01:19.769644576Z][DEBUG]: <-- Response #22
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "yeCrmfEdFIf7gaGCuEhtfqPxKKYU2Q62U2bAtplOXRdMvJdDSThqeLoYx/D+/UXN/FSd6q55OEk="
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Cache-Control": "public, max-age=14400"
"Etag": "\"ad0b51326049ba305339b2f0221375d5\""
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Cache-Status": "HIT"
"Last-Modified": "Fri, 15 Dec 2023 22:05:39 GMT"
"X-Amz-Request-Id": "WXTACQ9WRMZKG6QM"
"X-Amz-Version-Id": "QRHC3YioQPdI5_RX1YlsJEFg.rKlbFeq"
"Server": "cloudflare"
"Content-Length": "3659"
"Cf-Ray": "8edb6f1a9907f8f4-SIN"
"Accept-Ranges": "bytes"
"Age": "90647"
"Expires": "Fri, 06 Dec 2024 14:01:19 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:19.776305302Z][DEBUG]: <-- Response #19
< Response Status: "200 OK"
< Response headers:
"Cf-Cache-Status": "HIT"
"Etag": "\"0827e73f258c3e43f9919ea9afdc5e82\""
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f18fc39f8f4-SIN"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "J6JFGT1Xlr4i4cLx9kPNhystyfnUC3Or"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:19 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"X-Amz-Id-2": "ICaW5XdlI9SS1yZFBeZZKGh8t95wA5lwbB1wYdujQiY96oMgt20sZE15A7WmoBaG7fLxj+o4Ktc="
"X-Amz-Request-Id": "TS935S3Y3DC2EDR5"
"Content-Length": "241"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 9d2db35bc612 application/vnd.oci.image.layer.v1.tar+gzip
Copying ae1a9373da65 application/vnd.in-toto+json
[2024-12-06T10:01:19.787331636Z][DEBUG]: --> Request #23
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ae1a9373da65899c4799f2eeb01f1545ab9767b6ba84a3bf39763be56a0299df"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied cab575807a42 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:19.792884205Z][DEBUG]: --> Request #24
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:20aea1c63c90d5e117db787c9fe1a8cd0ad98bedb5fd711273ffe05c084ff18a"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:19.907055812Z][DEBUG]: <-- Response #21
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f0/f0c407f2ecb92dc59aad1f53fda245bfa57b69c0935f55c9e28eb9756cfb292f/data?verify=1733482279-648d4WZUPUtjg%2B9dEG9VNzB%2FsdY%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:19.907154991Z][DEBUG]: --> Request #25
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f0/f0c407f2ecb92dc59aad1f53fda245bfa57b69c0935f55c9e28eb9756cfb292f/data?verify=1733482279-648d4WZUPUtjg%2B9dEG9VNzB%2FsdY%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f0c407f2ecb92dc59aad1f53fda245bfa57b69c0935f55c9e28eb9756cfb292f"
[2024-12-06T10:01:20.025835804Z][DEBUG]: <-- Response #23
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ae/ae1a9373da65899c4799f2eeb01f1545ab9767b6ba84a3bf39763be56a0299df/data?verify=1733482279-3jOQQUwAFwKK7bQiCxm9O7ptWks%3D"
"Date": "Fri, 06 Dec 2024 10:01:19 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:20.025924796Z][DEBUG]: --> Request #26
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ae/ae1a9373da65899c4799f2eeb01f1545ab9767b6ba84a3bf39763be56a0299df/data?verify=1733482279-3jOQQUwAFwKK7bQiCxm9O7ptWks%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ae1a9373da65899c4799f2eeb01f1545ab9767b6ba84a3bf39763be56a0299df"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:20.189359504Z][DEBUG]: <-- Response #25
< Response Status: "200 OK"
< Response headers:
"Last-Modified": "Mon, 11 Mar 2024 22:49:27 GMT"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Etag": "\"a070b961b7e1178c8f911a3db9e16f45\""
"X-Amz-Id-2": "lYUdmPTv3fEioZDAHTCdyudGudHEIu+reFy6I5zopaTADw3GUxDKKD1iMe7mdzqONgcbCD5v5RA="
"X-Amz-Request-Id": "NJQ6EQ26GNVP2M9M"
"Content-Length": "594"
"Cf-Ray": "8edb6f1b9bc8f8f4-SIN"
"Server": "cloudflare"
"X-Amz-Version-Id": "g3o._12xqd3e8P8EQc3HZG0cCIJ_WaaU"
"Content-Type": "application/octet-stream"
"X-Amz-Server-Side-Encryption": "AES256"
"Vary": "Accept-Encoding"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Expires": "Fri, 06 Dec 2024 14:01:20 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied f0c407f2ecb9 application/vnd.oci.image.config.v1+json
Copying e2fc4e5012d1 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:20.22243813Z][DEBUG]: <-- Response #24
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:20aea1c63c90d5e117db787c9fe1a8cd0ad98bedb5fd711273ffe05c084ff18a"
"Docker-Distribution-Api-Version": "registry/2.0"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Content-Length": "863"
"Etag": "\"sha256:20aea1c63c90d5e117db787c9fe1a8cd0ad98bedb5fd711273ffe05c084ff18a\""
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Ratelimit-Remaining": "171;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:7884a9d2ecf1870a475eb7118d49a1852d531b7077227854c7c008d5c53078f8",
"size": 594
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:2d3d56bba6abc27107251dcf47ca42bedaeda0105fc72cccbb2d618a2a79dcf8",
"size": 2983
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm32v7/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying f0f2bb83c749 application/vnd.in-toto+json
[2024-12-06T10:01:20.225329718Z][DEBUG]: --> Request #27
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f0f2bb83c74908dafb652044b180ffa2f529712e248f0e9985e93699bdf3fbae"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied e2fc4e5012d1 application/vnd.oci.image.manifest.v1+json
Copying cee5a2917bd1 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:20.238459772Z][DEBUG]: --> Request #28
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cee5a2917bd17938631e187dd0d685b7478685ef373078b92fc710c36ea5a817"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:20.311795905Z][DEBUG]: <-- Response #26
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Cache-Control": "public, max-age=14400"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "WXT9FAPD29ZY3TYM"
"X-Amz-Version-Id": "8dVy_IUrGvIqDiyAEwb.xkWP6h3i00CL"
"Content-Length": "4766"
"Cf-Ray": "8edb6f1c4decf8f4-SIN"
"Cf-Cache-Status": "HIT"
"X-Amz-Id-2": "nqTS7s4YMpe6bqFfFPiNv4pShkxl+5pOF3Jkh5EzxZcB9bQq3Si9sHmdGr2NIZLVuu/3+HG+xQA="
"X-Amz-Server-Side-Encryption": "AES256"
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Etag": "\"aef305b22e976c515fe69281c072839c\""
"Expires": "Fri, 06 Dec 2024 14:01:20 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:05:39 GMT"
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ae1a9373da65 application/vnd.in-toto+json
Copying eb7f8df2799e application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:20.351348268Z][DEBUG]: --> Request #29
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:eb7f8df2799ef21d497d2eb91368427b34e11c4ae737f72252dc0007a926f073"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:20.4639609Z][DEBUG]: <-- Response #27
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f0/f0f2bb83c74908dafb652044b180ffa2f529712e248f0e9985e93699bdf3fbae/data?verify=1733482280-ra7xqckj7%2F5BRjgxMe%2BbFa%2FhfeQ%3D"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:20.464045996Z][DEBUG]: --> Request #30
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f0/f0f2bb83c74908dafb652044b180ffa2f529712e248f0e9985e93699bdf3fbae/data?verify=1733482280-ra7xqckj7%2F5BRjgxMe%2BbFa%2FhfeQ%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f0f2bb83c74908dafb652044b180ffa2f529712e248f0e9985e93699bdf3fbae"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:20.471728566Z][DEBUG]: <-- Response #28
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/cee5a2917bd17938631e187dd0d685b7478685ef373078b92fc710c36ea5a817/data?verify=1733482280-aKqNElsEi36T5jwCw1kBU0guBvw%3D"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:20.471810866Z][DEBUG]: --> Request #31
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/cee5a2917bd17938631e187dd0d685b7478685ef373078b92fc710c36ea5a817/data?verify=1733482280-aKqNElsEi36T5jwCw1kBU0guBvw%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cee5a2917bd17938631e187dd0d685b7478685ef373078b92fc710c36ea5a817"
[2024-12-06T10:01:20.600255569Z][DEBUG]: <-- Response #29
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/eb/eb7f8df2799ef21d497d2eb91368427b34e11c4ae737f72252dc0007a926f073/data?verify=1733482280-a4Qfbm8%2FjwVaOMkgbFWkYd%2Fp0rs%3D"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:20.600822481Z][DEBUG]: --> Request #32
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/eb/eb7f8df2799ef21d497d2eb91368427b34e11c4ae737f72252dc0007a926f073/data?verify=1733482280-a4Qfbm8%2FjwVaOMkgbFWkYd%2Fp0rs%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:eb7f8df2799ef21d497d2eb91368427b34e11c4ae737f72252dc0007a926f073"
[2024-12-06T10:01:20.740423235Z][DEBUG]: <-- Response #30
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Cf-Cache-Status": "HIT"
"X-Amz-Id-2": "oIRfGekeXFPUYh5adEmi4amAq2uc4H4r0CyVVSIgNYaMR/6nvd7w+R7x9Xp92+awnPrFhVZcYEU="
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"X-Amz-Version-Id": "RtXHc9gu4S2iahyWBaTb2a3zb47Jsfwg"
"Expires": "Fri, 06 Dec 2024 14:01:20 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "52632JFCJZQD5KT7"
"Content-Length": "1416"
"Cf-Ray": "8edb6f1f0dfef8f4-SIN"
"Accept-Ranges": "bytes"
"Etag": "\"362db7568c5534a4e7d80fa707a70286\""
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:20.752567486Z][DEBUG]: <-- Response #31
< Response Status: "200 OK"
< Response headers:
"Cf-Cache-Status": "HIT"
"Last-Modified": "Mon, 11 Mar 2024 22:49:27 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "KJQMzUwVHo85FwTMx_eY6jdfw9u8Evpr"
"Cf-Ray": "8edb6f1f1e1af8f4-SIN"
"Content-Length": "167"
"Accept-Ranges": "bytes"
"Etag": "\"e06e6a35c1558043fee87dd6443559fc\""
"Expires": "Fri, 06 Dec 2024 14:01:20 GMT"
"X-Amz-Id-2": "NzEEPGCbyybWNjapmgVamf845lUAwxaEyUIvk5ba3i9ZIg1DyUPwwpMmjynUSi3ffn5uuPJ98qE="
"X-Amz-Request-Id": "DD1KAG9R61S59N1A"
"X-Amz-Server-Side-Encryption": "AES256"
"Content-Type": "application/octet-stream"
"Server": "cloudflare"
"Cache-Control": "public, max-age=14400"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied f0f2bb83c749 application/vnd.in-toto+json
Copying c2d891e5c2fb application/vnd.oci.image.manifest.v1+json
Copied cee5a2917bd1 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:20.769273696Z][DEBUG]: --> Request #33
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:70304c314d8a61ba1b36518624bb00bfff8d4b6016153792042de43f0453ca61"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied c2d891e5c2fb application/vnd.oci.image.manifest.v1+json
Copying 7884a9d2ecf1 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:20.787215805Z][DEBUG]: --> Request #34
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:7884a9d2ecf1870a475eb7118d49a1852d531b7077227854c7c008d5c53078f8"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:20.878013731Z][DEBUG]: <-- Response #32
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f1feff4f8f4-SIN"
"Etag": "\"ce1648cfcc084f52c077dc46f8163a81\""
"Expires": "Fri, 06 Dec 2024 14:01:20 GMT"
"X-Amz-Request-Id": "AAB22S5QWG7S60RQ"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "GZ9P9koYPYDHSVPCFItif0N.yGgF_wKu"
"Server": "cloudflare"
"Content-Length": "3661"
"Cf-Cache-Status": "HIT"
"Cache-Control": "public, max-age=14400"
"X-Amz-Id-2": "rK4WsVbE0MEGszMvrYX/kYW+fUlgeMJ0raBMK9gxodxNtQv1k1fgtw6hbVmNc9PHi+MN06l/7N8="
"Last-Modified": "Mon, 11 Mar 2024 22:49:27 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied eb7f8df2799e application/vnd.oci.image.layer.v1.tar+gzip
Copying 8b338b9c4c5a application/vnd.in-toto+json
[2024-12-06T10:01:20.899202796Z][DEBUG]: --> Request #35
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:8b338b9c4c5a42cc78090f082d81ed4010c013d8ec03311051a613571f7f988a"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.026039907Z][DEBUG]: <-- Response #34
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/78/7884a9d2ecf1870a475eb7118d49a1852d531b7077227854c7c008d5c53078f8/data?verify=1733482280-H9k%2BUGbcAzchjAe6LxZthdLUnaM%3D"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:21.026131695Z][DEBUG]: --> Request #36
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/78/7884a9d2ecf1870a475eb7118d49a1852d531b7077227854c7c008d5c53078f8/data?verify=1733482280-H9k%2BUGbcAzchjAe6LxZthdLUnaM%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:7884a9d2ecf1870a475eb7118d49a1852d531b7077227854c7c008d5c53078f8"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.045505626Z][DEBUG]: <-- Response #36
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"Etag": "\"37b08016c1d07b08d27ca8637a3a0c20\""
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Content-Type": "application/octet-stream"
"Age": "158870"
"Cache-Control": "public, max-age=14400"
"X-Amz-Request-Id": "NKXHEYVZSD0EX8W8"
"X-Amz-Version-Id": "2u6MvAo2Yrr.TEw7qqaMtM3879fN6YSz"
"Cf-Cache-Status": "HIT"
"X-Amz-Id-2": "76HDfA4bI6SiPGRc6imJeXcMDwc0JMWqkJu0EY4oHgRMK9IzSbFnDOBgbGOsB6lVhVH+v3ueQOs="
"Content-Length": "594"
"Cf-Ray": "8edb6f229f09f8f4-SIN"
"Expires": "Fri, 06 Dec 2024 14:01:21 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:22:15 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:21.052138057Z][DEBUG]: <-- Response #33
< Response Status: "200 OK"
< Response headers:
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:70304c314d8a61ba1b36518624bb00bfff8d4b6016153792042de43f0453ca61"
"Etag": "\"sha256:70304c314d8a61ba1b36518624bb00bfff8d4b6016153792042de43f0453ca61\""
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "171;w=21600"
"Content-Length": "837"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:20 GMT"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:ae48fa9f4e38f262092e9ff13cbd5e3af7acdd29508ea5b05992c45e3fa0ecf7",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:9cec6b6d71d9885aff5e18ea66f5c98d2b4af09146a883c7de871a12076407c9",
"size": 1437,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:b382bcf7337b5acc658c4405b2d429d02f3dcaf87af69e9ce591a444b11ce23a",
"size": 4981,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying b755f6ea9ed4 application/vnd.in-toto+json
[2024-12-06T10:01:21.05474928Z][DEBUG]: --> Request #37
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b755f6ea9ed4e8b3579a5329933d9eec575ba1117510f2320726222a901e21bf"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 7884a9d2ecf1 application/vnd.oci.image.config.v1+json
Copying 6901d6a88eee application/vnd.oci.image.manifest.v1+json
Copied 6901d6a88eee application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:21.098193228Z][DEBUG]: --> Request #38
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:2d4e459f4ecb5329407ae3e47cbc107a2fbace221354ca75960af4c047b3cb13"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.264797944Z][DEBUG]: <-- Response #35
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/8b/8b338b9c4c5a42cc78090f082d81ed4010c013d8ec03311051a613571f7f988a/data?verify=1733482281-RzWfbQckC3SNdjqxI68Prlc8w9A%3D"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:21.264884538Z][DEBUG]: --> Request #39
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/8b/8b338b9c4c5a42cc78090f082d81ed4010c013d8ec03311051a613571f7f988a/data?verify=1733482281-RzWfbQckC3SNdjqxI68Prlc8w9A%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:8b338b9c4c5a42cc78090f082d81ed4010c013d8ec03311051a613571f7f988a"
[2024-12-06T10:01:21.29247727Z][DEBUG]: <-- Response #37
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b7/b755f6ea9ed4e8b3579a5329933d9eec575ba1117510f2320726222a901e21bf/data?verify=1733482281-c97oi6V47qYYEQUsh9mQW0V8z1s%3D"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:21.29259283Z][DEBUG]: --> Request #40
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b7/b755f6ea9ed4e8b3579a5329933d9eec575ba1117510f2320726222a901e21bf/data?verify=1733482281-c97oi6V47qYYEQUsh9mQW0V8z1s%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b755f6ea9ed4e8b3579a5329933d9eec575ba1117510f2320726222a901e21bf"
[2024-12-06T10:01:21.527667248Z][DEBUG]: <-- Response #38
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Etag": "\"sha256:2d4e459f4ecb5329407ae3e47cbc107a2fbace221354ca75960af4c047b3cb13\""
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "863"
"Docker-Content-Digest": "sha256:2d4e459f4ecb5329407ae3e47cbc107a2fbace221354ca75960af4c047b3cb13"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "170;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:ee301c921b8aadc002973b2e0c3da17d701dcd994b606769a7e6eaa100b81d44",
"size": 581
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:478afc9190022e867bb857b1a25cc5abc7678287af6cb930562ec25be709f1b7",
"size": 3195
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:arm64v8/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying 2d3d56bba6ab application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:21.531000593Z][DEBUG]: --> Request #41
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:2d3d56bba6abc27107251dcf47ca42bedaeda0105fc72cccbb2d618a2a79dcf8"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.551894973Z][DEBUG]: <-- Response #39
< Response Status: "200 OK"
< Response headers:
"X-Amz-Server-Side-Encryption": "AES256"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:21 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"X-Amz-Id-2": "52Lq0VW0qoPgGye3TqHS2lHP6ViasQgDM60Q0RGg6Tqq++yiavfleasI4SlMeF7iL3joGhPOtz4="
"X-Amz-Request-Id": "5263DHJQPKSVASX1"
"Content-Length": "4950"
"Cf-Ray": "8edb6f240af7f8f4-SIN"
"Accept-Ranges": "bytes"
"X-Amz-Version-Id": "hRCPh9eBkputrS2IgBcmy8o3Wlp0M..K"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Etag": "\"770393f4c1fb0724299cb4c2bef9896f\""
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Vary": "Accept-Encoding"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:21.566940569Z][DEBUG]: <-- Response #40
< Response Status: "200 OK"
< Response headers:
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "GerkKChfm0L97yp/vbhkvFWvwEDdhXpYHWd0PsG63CSXl5d7fnfyszUVB/y8rQ2DA1acy04v6HE="
"X-Amz-Version-Id": "bvQvjpCgWhwnE399ORvs3vvmHMjgKlEV"
"Content-Type": "application/octet-stream"
"Content-Length": "4766"
"Cf-Ray": "8edb6f243b61f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:21 GMT"
"Last-Modified": "Mon, 11 Mar 2024 22:49:28 GMT"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Server": "cloudflare"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Request-Id": "AAB3MW6QECK7DHBQ"
"Etag": "\"a7e451376a79055eef27dbd472348dbd\""
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 8b338b9c4c5a application/vnd.in-toto+json
Copying 1363c810cc39 application/vnd.oci.image.manifest.v1+json
Copied b755f6ea9ed4 application/vnd.in-toto+json
Copying ae48fa9f4e38 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:21.581322173Z][DEBUG]: --> Request #42
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ae48fa9f4e38f262092e9ff13cbd5e3af7acdd29508ea5b05992c45e3fa0ecf7"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 1363c810cc39 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:21.605842543Z][DEBUG]: --> Request #43
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:1f11fbd1720fcae3e402fc3eecb7d57c67023d2d1e11becc99ad9c7fe97d65ca"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.776507719Z][DEBUG]: <-- Response #41
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/2d/2d3d56bba6abc27107251dcf47ca42bedaeda0105fc72cccbb2d618a2a79dcf8/data?verify=1733482281-5KX%2FGsMrcipxFdnD0yzSawvDjrQ%3D"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:21.776590218Z][DEBUG]: --> Request #44
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/2d/2d3d56bba6abc27107251dcf47ca42bedaeda0105fc72cccbb2d618a2a79dcf8/data?verify=1733482281-5KX%2FGsMrcipxFdnD0yzSawvDjrQ%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:2d3d56bba6abc27107251dcf47ca42bedaeda0105fc72cccbb2d618a2a79dcf8"
[2024-12-06T10:01:21.802268579Z][DEBUG]: <-- Response #44
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Content-Length": "2983"
"Cf-Ray": "8edb6f274af0f8f4-SIN"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:21 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "sOt1GbBU1LnmITxSi2gSJ65u6800/lNc0kOFrgra3GzPQHE6/yyfMmnM0mdZ61fn7WRWdYD3MCY="
"X-Amz-Version-Id": "hkpcS1aGZUVcK1jKdQHgaejPx3A.aE1e"
"Cf-Cache-Status": "HIT"
"Age": "75400"
"Etag": "\"c83d91445b8441b989ab07c70189d867\""
"Last-Modified": "Fri, 15 Dec 2023 22:22:15 GMT"
"X-Amz-Request-Id": "WXT14P6FXAY4FHBD"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Accept-Ranges": "bytes"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:21.81484448Z][DEBUG]: <-- Response #42
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ae/ae48fa9f4e38f262092e9ff13cbd5e3af7acdd29508ea5b05992c45e3fa0ecf7/data?verify=1733482281-Gge0%2FvKnrnlpS9DmGLQ85aH91LI%3D"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:21.814924882Z][DEBUG]: --> Request #45
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ae/ae48fa9f4e38f262092e9ff13cbd5e3af7acdd29508ea5b05992c45e3fa0ecf7/data?verify=1733482281-Gge0%2FvKnrnlpS9DmGLQ85aH91LI%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ae48fa9f4e38f262092e9ff13cbd5e3af7acdd29508ea5b05992c45e3fa0ecf7"
Copied 2d3d56bba6ab application/vnd.oci.image.layer.v1.tar+gzip
Copying ee301c921b8a application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:21.82509411Z][DEBUG]: --> Request #46
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ee301c921b8aadc002973b2e0c3da17d701dcd994b606769a7e6eaa100b81d44"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:21.836617192Z][DEBUG]: <-- Response #45
< Response Status: "200 OK"
< Response headers:
"Content-Length": "241"
"Accept-Ranges": "bytes"
"Etag": "\"433cd2007d15c9f52fd39d3c1f8ed735\""
"X-Amz-Version-Id": "e_1B693nE0n6J.DlAUG3MW6L3nk._BsD"
"Content-Type": "application/octet-stream"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:21 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:22:15 GMT"
"X-Amz-Request-Id": "WXTDZXY5MWSWMGK5"
"Cf-Ray": "8edb6f278b86f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Age": "99564"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "6rCiqKH5A77nOZVG5kDOs3colsE0zxPvNMW/yE27QzNLB9PPCmSTtfZHFmrYSYmEsgn71Gd/XaM="
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ae48fa9f4e38 application/vnd.oci.image.config.v1+json
Copying 579b3724a7b1 application/vnd.oci.image.manifest.v1+json
Copied 579b3724a7b1 application/vnd.oci.image.manifest.v1+json
Copying 085e87951950 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:21.897924108Z][DEBUG]: <-- Response #43
< Response Status: "200 OK"
< Response headers:
"Docker-Content-Digest": "sha256:1f11fbd1720fcae3e402fc3eecb7d57c67023d2d1e11becc99ad9c7fe97d65ca"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "837"
"Etag": "\"sha256:1f11fbd1720fcae3e402fc3eecb7d57c67023d2d1e11becc99ad9c7fe97d65ca\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "170;w=21600"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:dd37070384f387096e10612bbfd83adae987f68f33e2c9ad969305add6178655",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:fcb31a5ff5fd111c07861e3095c730ecacd563c518b292229a3468a01573e475",
"size": 1422,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:60925ab5943cc0f44164cbbaaaf26ca0647782b5d902aa5fc83dae6c73b78628",
"size": 4961,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying 9cec6b6d71d9 application/vnd.in-toto+json
[2024-12-06T10:01:21.899871539Z][DEBUG]: --> Request #47
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9cec6b6d71d9885aff5e18ea66f5c98d2b4af09146a883c7de871a12076407c9"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 085e87951950 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:21.922764089Z][DEBUG]: --> Request #48
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:dbbd3cf666311ad526fad9d1746177469268f32fd91b371df2ebd1c84eb22f23"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:22.059594127Z][DEBUG]: <-- Response #46
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ee/ee301c921b8aadc002973b2e0c3da17d701dcd994b606769a7e6eaa100b81d44/data?verify=1733482281-Lcz%2FExL42gU%2BdYWTJS%2BzmtZGjlM%3D"
"Date": "Fri, 06 Dec 2024 10:01:21 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:22.059696503Z][DEBUG]: --> Request #49
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ee/ee301c921b8aadc002973b2e0c3da17d701dcd994b606769a7e6eaa100b81d44/data?verify=1733482281-Lcz%2FExL42gU%2BdYWTJS%2BzmtZGjlM%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ee301c921b8aadc002973b2e0c3da17d701dcd994b606769a7e6eaa100b81d44"
[2024-12-06T10:01:22.083865856Z][DEBUG]: <-- Response #49
< Response Status: "200 OK"
< Response headers:
"X-Amz-Server-Side-Encryption": "AES256"
"Age": "202347"
"Etag": "\"27217bf1f6706a4ea9f2486d7685ab40\""
"Last-Modified": "Fri, 15 Dec 2023 23:12:05 GMT"
"Cache-Control": "public, max-age=14400"
"X-Amz-Id-2": "DwaegUjuOW5pEMb9BqbpoRkZsyQvg+rvqz3GBNkGIgdk8DDixn91kHzoO9BYDpX7+K5WWkqXqJY="
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "DSPF4DK38ZG0RH2K"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "581"
"Cf-Ray": "8edb6f29083ef8f4-SIN"
"X-Amz-Version-Id": "S5oSdouc_ntqedUbjB_8yRQ65c0m.FTA"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ee301c921b8a application/vnd.oci.image.config.v1+json
Copying 20aea1c63c90 application/vnd.oci.image.manifest.v1+json
Copied 20aea1c63c90 application/vnd.oci.image.manifest.v1+json
Copying 478afc919002 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:22.136090727Z][DEBUG]: --> Request #50
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:478afc9190022e867bb857b1a25cc5abc7678287af6cb930562ec25be709f1b7"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.15275862Z][DEBUG]: <-- Response #47
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/9c/9cec6b6d71d9885aff5e18ea66f5c98d2b4af09146a883c7de871a12076407c9/data?verify=1733482282-I5Py9YhxCpQbQ%2F2P%2BWBsmcSdNNE%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:22.152850009Z][DEBUG]: --> Request #51
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/9c/9cec6b6d71d9885aff5e18ea66f5c98d2b4af09146a883c7de871a12076407c9/data?verify=1733482282-I5Py9YhxCpQbQ%2F2P%2BWBsmcSdNNE%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9cec6b6d71d9885aff5e18ea66f5c98d2b4af09146a883c7de871a12076407c9"
[2024-12-06T10:01:22.170957647Z][DEBUG]: <-- Response #51
< Response Status: "200 OK"
< Response headers:
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Fri, 15 Dec 2023 22:22:14 GMT"
"X-Amz-Version-Id": "cl535gIW1g0S8Xscz8XZDsn19Jz2fjLV"
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Age": "99566"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "1437"
"X-Amz-Server-Side-Encryption": "AES256"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "VUeLqsojw3m4m3m+yg4M0BPD151kquvooMWNt+oRRoQtlSw+Ta2dwvYCt8pl0k2eArqYVjYd2/E="
"X-Amz-Request-Id": "WXT9E52YXZ6ZR35W"
"Cf-Ray": "8edb6f2999d9f8f4-SIN"
"Etag": "\"cffebfe1f6d965b467166b2b64dc0733\""
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 9cec6b6d71d9 application/vnd.in-toto+json
Copying dd37070384f3 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:22.192069625Z][DEBUG]: --> Request #52
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dd37070384f387096e10612bbfd83adae987f68f33e2c9ad969305add6178655"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.19576752Z][DEBUG]: <-- Response #48
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Etag": "\"sha256:dbbd3cf666311ad526fad9d1746177469268f32fd91b371df2ebd1c84eb22f23\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Content-Length": "860"
"Docker-Content-Digest": "sha256:dbbd3cf666311ad526fad9d1746177469268f32fd91b371df2ebd1c84eb22f23"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Ratelimit-Remaining": "169;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:ad522fe3b32489a86816cd6a5361b492eff94375c815c6be9b69edf7a9572096",
"size": 579
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:2c01f93040aa75d3ea306a02d7ba2b73aec9901fdec0df7b02174a76f710b0d7",
"size": 2720
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:i386/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying b382bcf7337b application/vnd.in-toto+json
[2024-12-06T10:01:22.198142926Z][DEBUG]: --> Request #53
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b382bcf7337b5acc658c4405b2d429d02f3dcaf87af69e9ce591a444b11ce23a"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.377137346Z][DEBUG]: <-- Response #50
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/47/478afc9190022e867bb857b1a25cc5abc7678287af6cb930562ec25be709f1b7/data?verify=1733482282-N16AuwV9UAyCZHn%2BFAbQsX9tjTs%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:22.37723253Z][DEBUG]: --> Request #54
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/47/478afc9190022e867bb857b1a25cc5abc7678287af6cb930562ec25be709f1b7/data?verify=1733482282-N16AuwV9UAyCZHn%2BFAbQsX9tjTs%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:478afc9190022e867bb857b1a25cc5abc7678287af6cb930562ec25be709f1b7"
[2024-12-06T10:01:22.40293162Z][DEBUG]: <-- Response #54
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f2b0d73f8f4-SIN"
"Age": "175142"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "G.dM3cI9Y0gziwJ8i91_wGz6b71Hs6er"
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"X-Amz-Request-Id": "X7XY1ZVANXHVS1C2"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"X-Amz-Id-2": "eNwq0XVLSfFSL3gUGxkMN1JDm/bpAA4cdQQCHGWsG00vetGIIsSB7ea7d3P/OAfl1THRnWOesjw="
"Etag": "\"939b3a01b65ff4aa2a56abe088cee71d\""
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"Last-Modified": "Fri, 15 Dec 2023 23:12:04 GMT"
"Content-Length": "3195"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 478afc919002 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:22.422646999Z][DEBUG]: --> Request #55
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:18b1c92de36d42c75440c6fd6b25605cc91709d176faaccca8afe58b317bc33a"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.434522431Z][DEBUG]: <-- Response #52
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dd/dd37070384f387096e10612bbfd83adae987f68f33e2c9ad969305add6178655/data?verify=1733482282-GYirxN7jLa4rgP3qgjpZQZWc0HI%3D"
< Response body:
No response body to print
[2024-12-06T10:01:22.43460543Z][DEBUG]: --> Request #56
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dd/dd37070384f387096e10612bbfd83adae987f68f33e2c9ad969305add6178655/data?verify=1733482282-GYirxN7jLa4rgP3qgjpZQZWc0HI%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dd37070384f387096e10612bbfd83adae987f68f33e2c9ad969305add6178655"
[2024-12-06T10:01:22.440238567Z][DEBUG]: <-- Response #53
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b3/b382bcf7337b5acc658c4405b2d429d02f3dcaf87af69e9ce591a444b11ce23a/data?verify=1733482282-248Ss4wK0PZNXHU2KJuPJsuznjs%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:22.440319668Z][DEBUG]: --> Request #57
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b3/b382bcf7337b5acc658c4405b2d429d02f3dcaf87af69e9ce591a444b11ce23a/data?verify=1733482282-248Ss4wK0PZNXHU2KJuPJsuznjs%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b382bcf7337b5acc658c4405b2d429d02f3dcaf87af69e9ce591a444b11ce23a"
[2024-12-06T10:01:22.45128361Z][DEBUG]: <-- Response #56
< Response Status: "200 OK"
< Response headers:
"Cf-Cache-Status": "HIT"
"Last-Modified": "Fri, 15 Dec 2023 23:12:05 GMT"
"Vary": "Accept-Encoding"
"Content-Type": "application/octet-stream"
"Content-Length": "241"
"Cf-Ray": "8edb6f2b6e2ff8f4-SIN"
"Accept-Ranges": "bytes"
"Age": "90649"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"Etag": "\"0e5dc99d2ec3a072738846416ae435b7\""
"X-Amz-Id-2": "yewkg6orjYhqfkDrsOeJiUbkd+DBsUpZymcT7UHGChMBS3xCjzEQ8x11+PWOoxljjtcRcecin7c="
"X-Amz-Request-Id": "WXT3K8W8G7HYV4HW"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "619NL7qrRuPiIaaS2oCcjqJzlW6T09VY"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:22.455619527Z][DEBUG]: <-- Response #57
< Response Status: "200 OK"
< Response headers:
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "WXT3Q5V6GJED7VD3"
"X-Amz-Version-Id": "JGA_ALPQht5GxUf.JxKrY7ccLbg1fg8d"
"Content-Type": "application/octet-stream"
"Content-Length": "4981"
"Age": "99565"
"Etag": "\"082c7ff916121513fb17f4721b0b2a15\""
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Id-2": "sZ4MULT9PcjX23Vb3hMuCNuJKjsd0n/2y5m6eIJMk9CzzGgkLVshOm7kqq+o8fVkQbhtnychss8="
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Cf-Ray": "8edb6f2b6e45f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:22:15 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied dd37070384f3 application/vnd.oci.image.config.v1+json
Copied b382bcf7337b application/vnd.in-toto+json
Copying fcb31a5ff5fd application/vnd.in-toto+json
[2024-12-06T10:01:22.469399338Z][DEBUG]: --> Request #58
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:fcb31a5ff5fd111c07861e3095c730ecacd563c518b292229a3468a01573e475"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copying ad522fe3b324 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:22.470593883Z][DEBUG]: --> Request #59
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ad522fe3b32489a86816cd6a5361b492eff94375c815c6be9b69edf7a9572096"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.682856871Z][DEBUG]: <-- Response #55
< Response Status: "200 OK"
< Response headers:
"Content-Length": "566"
"Docker-Content-Digest": "sha256:18b1c92de36d42c75440c6fd6b25605cc91709d176faaccca8afe58b317bc33a"
"Etag": "\"sha256:18b1c92de36d42c75440c6fd6b25605cc91709d176faaccca8afe58b317bc33a\""
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "169;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:a584f38a30b625084f4ed8df476de29a444f8696deb87e0e66bed224bcf59189",
"size": 167
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:dc1c1f4e6745302150e513a0482baa032a41ef4171eb1fbf28f023008259d80a",
"size": 4719,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
[2024-12-06T10:01:22.68582086Z][DEBUG]: --> Request #60
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:c19784034d46da48550487c5c44639f5f92d48be7b9baf4d67b5377a454d92af"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:22.711056614Z][DEBUG]: <-- Response #58
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/fc/fcb31a5ff5fd111c07861e3095c730ecacd563c518b292229a3468a01573e475/data?verify=1733482282-4coCk5xTvoimA%2FDqDPt5HFz6IW8%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:22.711144506Z][DEBUG]: --> Request #61
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/fc/fcb31a5ff5fd111c07861e3095c730ecacd563c518b292229a3468a01573e475/data?verify=1733482282-4coCk5xTvoimA%2FDqDPt5HFz6IW8%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:fcb31a5ff5fd111c07861e3095c730ecacd563c518b292229a3468a01573e475"
[2024-12-06T10:01:22.71238879Z][DEBUG]: <-- Response #59
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ad/ad522fe3b32489a86816cd6a5361b492eff94375c815c6be9b69edf7a9572096/data?verify=1733482282-pfDoN%2BwIg2HBi7yxLRNIHb6FVEo%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:22.712463999Z][DEBUG]: --> Request #62
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ad/ad522fe3b32489a86816cd6a5361b492eff94375c815c6be9b69edf7a9572096/data?verify=1733482282-pfDoN%2BwIg2HBi7yxLRNIHb6FVEo%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ad522fe3b32489a86816cd6a5361b492eff94375c815c6be9b69edf7a9572096"
[2024-12-06T10:01:22.731445572Z][DEBUG]: <-- Response #61
< Response Status: "200 OK"
< Response headers:
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f2d1aecf8f4-SIN"
"Cf-Cache-Status": "HIT"
"Cache-Control": "public, max-age=14400"
"Etag": "\"77d400596a8120f26af876b8d4bbeaf2\""
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "ZiUo1NoE6BfLIZgByf0KXrmAIpSZSxFthUQKq0u3LLz09IQemSIvckbgClMXKgAb6iHogOmjOJA="
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Age": "90650"
"X-Amz-Request-Id": "TSPMZ4WE0P47D95X"
"X-Amz-Version-Id": "X3SgynxE8LJ_9HkRjdnguW1e81Q6yCiA"
"Content-Length": "1422"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:22 GMT"
"Last-Modified": "Fri, 15 Dec 2023 23:12:05 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied fcb31a5ff5fd application/vnd.in-toto+json
Copying 2d4e459f4ecb application/vnd.oci.image.manifest.v1+json
Copied 2d4e459f4ecb application/vnd.oci.image.manifest.v1+json
Copying 60925ab5943c application/vnd.in-toto+json
[2024-12-06T10:01:22.781784368Z][DEBUG]: --> Request #63
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:60925ab5943cc0f44164cbbaaaf26ca0647782b5d902aa5fc83dae6c73b78628"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:22.973599721Z][DEBUG]: <-- Response #60
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:c19784034d46da48550487c5c44639f5f92d48be7b9baf4d67b5377a454d92af"
"Docker-Distribution-Api-Version": "registry/2.0"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "168;w=21600"
"Content-Length": "864"
"Etag": "\"sha256:c19784034d46da48550487c5c44639f5f92d48be7b9baf4d67b5377a454d92af\""
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:8035a99ff60b3859336dc153247778542feaa3c14dab5cf03e8c7ffe5c1feb3a",
"size": 584
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:651a906a741b1aa0a559f1574eda2de929a757951e7475cf68a2460ebdffd212",
"size": 4066
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:mips64le/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying 70304c314d8a application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:22.992836219Z][DEBUG]: <-- Response #62
< Response Status: "200 OK"
< Response headers:
"Expires": "Fri, 06 Dec 2024 14:01:23 GMT"
"Accept-Ranges": "bytes"
"Content-Length": "579"
"Cf-Ray": "8edb6f2d1af2f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"Content-Type": "application/octet-stream"
"Cache-Control": "public, max-age=14400"
"Etag": "\"5904bea3355b9afd2fad56cfd543296b\""
"X-Amz-Id-2": "nsmZpIeU+Jc8eLMtgBPswGHrlAukpCPNBQNC38CBk+3k2o/MWOafZQZrN92cUfyzOOFPjVxmM0s="
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"X-Amz-Request-Id": "WXTASSS9RTTAJQ1Q"
"X-Amz-Version-Id": "EZn6MHBnsBaa7THFcMe41vzh_gqmBKTV"
"Server": "cloudflare"
"Vary": "Accept-Encoding"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 70304c314d8a application/vnd.oci.image.manifest.v1+json
Copied ad522fe3b324 application/vnd.oci.image.config.v1+json
Copying 2c01f93040aa application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:23.005522359Z][DEBUG]: --> Request #64
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:2c01f93040aa75d3ea306a02d7ba2b73aec9901fdec0df7b02174a76f710b0d7"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copying a584f38a30b6 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:23.007572514Z][DEBUG]: --> Request #65
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a584f38a30b625084f4ed8df476de29a444f8696deb87e0e66bed224bcf59189"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:23.025294367Z][DEBUG]: <-- Response #63
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/60/60925ab5943cc0f44164cbbaaaf26ca0647782b5d902aa5fc83dae6c73b78628/data?verify=1733482282-zN3%2B3I7vnKgK348bRSwsPwYGCz8%3D"
"Date": "Fri, 06 Dec 2024 10:01:22 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:23.02537718Z][DEBUG]: --> Request #66
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/60/60925ab5943cc0f44164cbbaaaf26ca0647782b5d902aa5fc83dae6c73b78628/data?verify=1733482282-zN3%2B3I7vnKgK348bRSwsPwYGCz8%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:60925ab5943cc0f44164cbbaaaf26ca0647782b5d902aa5fc83dae6c73b78628"
[2024-12-06T10:01:23.051743885Z][DEBUG]: <-- Response #66
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f2f1828f8f4-SIN"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Fri, 15 Dec 2023 23:12:05 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "ZgKcGsfOoLWLa2CvwdpNslHhcsgSxjNei6MwPzivBMe5xqmEbaIq6O3GuA+aFaTVICG3aUMKopw="
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Etag": "\"b28729769370727a6f5b62257ae05350\""
"X-Amz-Request-Id": "WXT304XADVF5JQTW"
"X-Amz-Server-Side-Encryption": "AES256"
"Content-Type": "application/octet-stream"
"Content-Length": "4961"
"Age": "90650"
"Expires": "Fri, 06 Dec 2024 14:01:23 GMT"
"X-Amz-Version-Id": "VLcoTCYuGLW7D8gmiZxumCh5SAAcBX_K"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 60925ab5943c application/vnd.in-toto+json
[2024-12-06T10:01:23.073810691Z][DEBUG]: --> Request #67
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:951bcd144ddccd1ee902dc180b435faabaaa6a8747e70cbc893f2dca16badb94"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:23.239068736Z][DEBUG]: <-- Response #64
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/2c/2c01f93040aa75d3ea306a02d7ba2b73aec9901fdec0df7b02174a76f710b0d7/data?verify=1733482283-9zT9H7vZzxJD4JLQ64AbLqDUpaA%3D"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:23.239145956Z][DEBUG]: --> Request #68
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/2c/2c01f93040aa75d3ea306a02d7ba2b73aec9901fdec0df7b02174a76f710b0d7/data?verify=1733482283-9zT9H7vZzxJD4JLQ64AbLqDUpaA%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:2c01f93040aa75d3ea306a02d7ba2b73aec9901fdec0df7b02174a76f710b0d7"
[2024-12-06T10:01:23.249800705Z][DEBUG]: <-- Response #65
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a5/a584f38a30b625084f4ed8df476de29a444f8696deb87e0e66bed224bcf59189/data?verify=1733482283-VwyV0usQA1Pf%2FULUS2SW%2BIEhUGs%3D"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:23.249888213Z][DEBUG]: --> Request #69
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a5/a584f38a30b625084f4ed8df476de29a444f8696deb87e0e66bed224bcf59189/data?verify=1733482283-VwyV0usQA1Pf%2FULUS2SW%2BIEhUGs%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a584f38a30b625084f4ed8df476de29a444f8696deb87e0e66bed224bcf59189"
[2024-12-06T10:01:23.374217693Z][DEBUG]: <-- Response #67
< Response Status: "200 OK"
< Response headers:
"Content-Length": "566"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:951bcd144ddccd1ee902dc180b435faabaaa6a8747e70cbc893f2dca16badb94\""
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:951bcd144ddccd1ee902dc180b435faabaaa6a8747e70cbc893f2dca16badb94"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "168;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:0dab78f2b0b8d96532b67783b03d2043d5a97a517780f9563c7c15d5758469bc",
"size": 167
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:ce386759ac9119e33d2394bcfe30cf512f4fa1882fb3b3b4062d1d93240193d8",
"size": 4774,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying 8035a99ff60b application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:23.377627125Z][DEBUG]: --> Request #70
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:8035a99ff60b3859336dc153247778542feaa3c14dab5cf03e8c7ffe5c1feb3a"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:23.527030564Z][DEBUG]: <-- Response #69
< Response Status: "200 OK"
< Response headers:
"Content-Length": "167"
"Cf-Ray": "8edb6f307be7f8f4-SIN"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:04:48 GMT"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Cf-Cache-Status": "HIT"
"Cache-Control": "public, max-age=14400"
"Etag": "\"1228943170192c2cccc1fbc648f1cde6\""
"X-Amz-Id-2": "NO1aL2AWSB5R6FqJAl032ModSNC8LTEdBy0DwKS7fVM53aM7KEYlLBW6f+F+/srN2c9iU4M4V+4="
"X-Amz-Server-Side-Encryption": "AES256"
"Content-Type": "application/octet-stream"
"Vary": "Accept-Encoding"
"Expires": "Fri, 06 Dec 2024 14:01:23 GMT"
"X-Amz-Request-Id": "WXT8G4XXWRY9GQ5A"
"X-Amz-Version-Id": "lc9IGEAoIygaP9gbTUcT6tlnlRkp9FG8"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:23.532562174Z][DEBUG]: <-- Response #68
< Response Status: "200 OK"
< Response headers:
"Cache-Control": "public, max-age=14400"
"X-Amz-Id-2": "6YjnAlmP3W2LOqcl1CrUVoMeSG7TsGtHVdL9AdgHd0wsugv4kyiJTnjuxu5Z02dHhQjgwhe3xm0="
"X-Amz-Request-Id": "WXT2FQ194J9TYNCY"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:23 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "nfQmqxfB6dbMXNu9zlfCg4Y7eyly33Wf"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Last-Modified": "Fri, 15 Dec 2023 22:04:49 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Content-Length": "2720"
"Cf-Ray": "8edb6f306ba1f8f4-SIN"
"Etag": "\"ae603c823b79de3c9326fac5bb4290fd\""
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied a584f38a30b6 application/vnd.oci.image.config.v1+json
Copying dc1c1f4e6745 application/vnd.in-toto+json
[2024-12-06T10:01:23.544173722Z][DEBUG]: --> Request #71
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dc1c1f4e6745302150e513a0482baa032a41ef4171eb1fbf28f023008259d80a"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 2c01f93040aa application/vnd.oci.image.layer.v1.tar+gzip
Copying 1f11fbd1720f application/vnd.oci.image.manifest.v1+json
Copied 1f11fbd1720f application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:23.580921163Z][DEBUG]: --> Request #72
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:f0c95f1ebb50c9b0b3e3416fb9dd4d1d197386a076c464cceea3d1f94c321b8f"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:23.620280471Z][DEBUG]: <-- Response #70
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/80/8035a99ff60b3859336dc153247778542feaa3c14dab5cf03e8c7ffe5c1feb3a/data?verify=1733482283-8jq7wZ1vt%2FG1VtbKliCQa9pHIdE%3D"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:23.620381066Z][DEBUG]: --> Request #73
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/80/8035a99ff60b3859336dc153247778542feaa3c14dab5cf03e8c7ffe5c1feb3a/data?verify=1733482283-8jq7wZ1vt%2FG1VtbKliCQa9pHIdE%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:8035a99ff60b3859336dc153247778542feaa3c14dab5cf03e8c7ffe5c1feb3a"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:23.77670656Z][DEBUG]: <-- Response #71
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dc/dc1c1f4e6745302150e513a0482baa032a41ef4171eb1fbf28f023008259d80a/data?verify=1733482283-fPJiLBpfLXMVbgi9BpXPbda24AY%3D"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:23.776788274Z][DEBUG]: --> Request #74
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dc/dc1c1f4e6745302150e513a0482baa032a41ef4171eb1fbf28f023008259d80a/data?verify=1733482283-fPJiLBpfLXMVbgi9BpXPbda24AY%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dc1c1f4e6745302150e513a0482baa032a41ef4171eb1fbf28f023008259d80a"
[2024-12-06T10:01:23.894436847Z][DEBUG]: <-- Response #72
< Response Status: "200 OK"
< Response headers:
"Etag": "\"sha256:f0c95f1ebb50c9b0b3e3416fb9dd4d1d197386a076c464cceea3d1f94c321b8f\""
"Strict-Transport-Security": "max-age=31536000"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Ratelimit-Remaining": "167;w=21600"
"Content-Length": "863"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:f0c95f1ebb50c9b0b3e3416fb9dd4d1d197386a076c464cceea3d1f94c321b8f"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Ratelimit-Limit": "200;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:dcd093bd8f96a1df8802da850e1a294799eef703a4e19e4475eaa789e193d5e9",
"size": 583
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:a78434e319074562cf136bd314faceedf90ac6626b371049cba4bcef51216454",
"size": 3926
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:ppc64le/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
[2024-12-06T10:01:23.89563749Z][DEBUG]: <-- Response #73
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:08:46 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "Z4EX4ZK799FK4G9P"
"Server": "cloudflare"
"Cf-Cache-Status": "HIT"
"X-Amz-Id-2": "hMREuiK243kQIgQdR9q0alv4ghQIg1iyatNl9iucge4A53wEdqGNhkvWVc5zHpgc+pBbah3nRx0="
"Date": "Fri, 06 Dec 2024 10:01:23 GMT"
"Content-Length": "584"
"Etag": "\"6ca40b7ff9421aef7ee99ac8e048e7c8\""
"Expires": "Fri, 06 Dec 2024 14:01:23 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Ray": "8edb6f32ca37f8f4-SIN"
"Cache-Control": "public, max-age=14400"
"X-Amz-Version-Id": "AsTz0RkfbGOOuimmSMg4uPEcKkGe3lNc"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copying 0dab78f2b0b8 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:23.897057704Z][DEBUG]: --> Request #75
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:0dab78f2b0b8d96532b67783b03d2043d5a97a517780f9563c7c15d5758469bc"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 8035a99ff60b application/vnd.oci.image.config.v1+json
Copying 651a906a741b application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:23.91595113Z][DEBUG]: --> Request #76
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:651a906a741b1aa0a559f1574eda2de929a757951e7475cf68a2460ebdffd212"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.053149775Z][DEBUG]: <-- Response #74
< Response Status: "200 OK"
< Response headers:
"Cache-Control": "public, max-age=14400"
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f33ccd5f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Content-Length": "4719"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Id-2": "pzHduMUJ1ElQPlp1tiWICNjOlqPRw/wBvGOajipr25almjl5xaoSBiJ0ieMkMBif/OP/JKkp2Gk="
"X-Amz-Version-Id": "ZqzK85yCOgQpuYQMiPG_LvhpQGn8olOf"
"Etag": "\"f9ca39c7b6db595668d4c570d515d109\""
"Expires": "Fri, 06 Dec 2024 14:01:24 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:04:49 GMT"
"X-Amz-Request-Id": "WXT6ZAH580SQXBJ9"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied dc1c1f4e6745 application/vnd.in-toto+json
Copying dbbd3cf66631 application/vnd.oci.image.manifest.v1+json
Copied dbbd3cf66631 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:24.106293383Z][DEBUG]: --> Request #77
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:838d191bca398e46cddebc48e816da83b0389d4ed2d64f408d618521b8fd1a57"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.143208797Z][DEBUG]: <-- Response #75
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/0d/0dab78f2b0b8d96532b67783b03d2043d5a97a517780f9563c7c15d5758469bc/data?verify=1733482284-R6c%2BfGu6Zi2f3FGFACZ8JIlpF2M%3D"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:24.143312289Z][DEBUG]: --> Request #78
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/0d/0dab78f2b0b8d96532b67783b03d2043d5a97a517780f9563c7c15d5758469bc/data?verify=1733482284-R6c%2BfGu6Zi2f3FGFACZ8JIlpF2M%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:0dab78f2b0b8d96532b67783b03d2043d5a97a517780f9563c7c15d5758469bc"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.156242339Z][DEBUG]: <-- Response #76
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/65/651a906a741b1aa0a559f1574eda2de929a757951e7475cf68a2460ebdffd212/data?verify=1733482284-3NwzDEpMreOJzghhL8DunFlXQYk%3D"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:24.156323754Z][DEBUG]: --> Request #79
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/65/651a906a741b1aa0a559f1574eda2de929a757951e7475cf68a2460ebdffd212/data?verify=1733482284-3NwzDEpMreOJzghhL8DunFlXQYk%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:651a906a741b1aa0a559f1574eda2de929a757951e7475cf68a2460ebdffd212"
[2024-12-06T10:01:24.381674098Z][DEBUG]: <-- Response #77
< Response Status: "200 OK"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:838d191bca398e46cddebc48e816da83b0389d4ed2d64f408d618521b8fd1a57\""
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Ratelimit-Remaining": "167;w=21600"
"Content-Length": "837"
"Docker-Content-Digest": "sha256:838d191bca398e46cddebc48e816da83b0389d4ed2d64f408d618521b8fd1a57"
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:bfe083c3a47454aba7b2170f4d9955a86790a207d9ca92901086f09942df54ce",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:e5a36287fc1de00b683dd6cad99c6b4325917d4f58a68753f88e794c3c70184d",
"size": 1432,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:e0a75ff9ee852d6b8f9bf24a8587be3660e533249b04490c747c68cbc0eb3609",
"size": 4976,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying dcd093bd8f96 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:24.38483109Z][DEBUG]: --> Request #80
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dcd093bd8f96a1df8802da850e1a294799eef703a4e19e4475eaa789e193d5e9"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.419079Z][DEBUG]: <-- Response #78
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f361a5cf8f4-SIN"
"Accept-Ranges": "bytes"
"X-Amz-Request-Id": "9N222CBS8ZT3Z1EN"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Cache-Status": "HIT"
"Last-Modified": "Fri, 15 Dec 2023 22:08:46 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "xqpsy7yOooSPixpGOVi6TL3U6NMmfOQ8WqqHq4+z6B/3VVgKL6ufG6b0SFnnflii9E3x96j7Ogg="
"Content-Length": "167"
"X-Amz-Version-Id": "g5L3XaPzbSbLEd5jkyY9JVR6dwoZH0tB"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Cache-Control": "public, max-age=14400"
"Etag": "\"56d270948867a8585eb4875287c20e38\""
"Expires": "Fri, 06 Dec 2024 14:01:24 GMT"
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:24.434377068Z][DEBUG]: <-- Response #79
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f362a90f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Expires": "Fri, 06 Dec 2024 14:01:24 GMT"
"X-Amz-Request-Id": "WXTC9PD4Q35PFKZY"
"Content-Type": "application/octet-stream"
"X-Amz-Id-2": "Is1ORjRkxJTvYivdo5ZHu0K8G9Dz0NZ65VjI8xSAzG/L9xbtDXYpLcF9QRTSnVxmtv/n2crPxC4="
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Cache-Control": "public, max-age=14400"
"Content-Length": "4066"
"X-Amz-Version-Id": "6BJ5jsCcTMG.zj2CC_fEVJpWu_V9TYBh"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Etag": "\"8cb565e980320dff52e9706591f851b9\""
"Last-Modified": "Fri, 15 Dec 2023 22:08:46 GMT"
"Vary": "Accept-Encoding"
"Accept-Ranges": "bytes"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 0dab78f2b0b8 application/vnd.oci.image.config.v1+json
Copying ce386759ac91 application/vnd.in-toto+json
[2024-12-06T10:01:24.438085182Z][DEBUG]: --> Request #81
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ce386759ac9119e33d2394bcfe30cf512f4fa1882fb3b3b4062d1d93240193d8"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
Copied 651a906a741b application/vnd.oci.image.layer.v1.tar+gzip
Copying 18b1c92de36d application/vnd.oci.image.manifest.v1+json
Copied 18b1c92de36d application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:24.481605376Z][DEBUG]: --> Request #82
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:8d064a6fc27fd5e97fa8225994a1addd872396236367745bea30c92d6c032fa3"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:24.626057297Z][DEBUG]: <-- Response #80
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dc/dcd093bd8f96a1df8802da850e1a294799eef703a4e19e4475eaa789e193d5e9/data?verify=1733482284-gOq8C4L7CtjgETUAsMtWpP9pUgc%3D"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:24.626356883Z][DEBUG]: --> Request #83
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/dc/dcd093bd8f96a1df8802da850e1a294799eef703a4e19e4475eaa789e193d5e9/data?verify=1733482284-gOq8C4L7CtjgETUAsMtWpP9pUgc%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:dcd093bd8f96a1df8802da850e1a294799eef703a4e19e4475eaa789e193d5e9"
[2024-12-06T10:01:24.680214044Z][DEBUG]: <-- Response #81
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/ce386759ac9119e33d2394bcfe30cf512f4fa1882fb3b3b4062d1d93240193d8/data?verify=1733482284-gjIKZGclgvdDhHho9BqrilY%2BFf0%3D"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:24.680270085Z][DEBUG]: --> Request #84
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/ce386759ac9119e33d2394bcfe30cf512f4fa1882fb3b3b4062d1d93240193d8/data?verify=1733482284-gjIKZGclgvdDhHho9BqrilY%2BFf0%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ce386759ac9119e33d2394bcfe30cf512f4fa1882fb3b3b4062d1d93240193d8"
[2024-12-06T10:01:24.905552901Z][DEBUG]: <-- Response #82
< Response Status: "200 OK"
< Response headers:
"Etag": "\"sha256:8d064a6fc27fd5e97fa8225994a1addd872396236367745bea30c92d6c032fa3\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Docker-Content-Digest": "sha256:8d064a6fc27fd5e97fa8225994a1addd872396236367745bea30c92d6c032fa3"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Ratelimit-Remaining": "166;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "863"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:ef56fe44c1ae4bebc38df8c301c8c5e8ab561b36dae0c734d1018f6c0e1b4684",
"size": 583
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:347fc929ddc17ac8da9fb3271c1110d22298e5c8a030e25d9ea1509d4db74b73",
"size": 2981
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:riscv64/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying bfe083c3a474 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:24.908791407Z][DEBUG]: --> Request #85
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:bfe083c3a47454aba7b2170f4d9955a86790a207d9ca92901086f09942df54ce"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.920948567Z][DEBUG]: <-- Response #83
< Response Status: "200 OK"
< Response headers:
"Vary": "Accept-Encoding"
"Server": "cloudflare"
"Cf-Ray": "8edb6f3919abf8f4-SIN"
"Expires": "Fri, 06 Dec 2024 14:01:24 GMT"
"X-Amz-Id-2": "tPesMACi6drspbpB9+nrIThRcp9HZygRtv+MnGhDbsyZurkMBBWhvbLOROp5SFUZjYLF3LWSYBw="
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "OZzkWjeZ8pLdYk0q1PYGrjbLgZuYn7zJ"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Content-Length": "583"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:12:01 GMT"
"Content-Type": "application/octet-stream"
"Cache-Control": "public, max-age=14400"
"Etag": "\"35dbaaad5f2d2d8429df1c5fcdbd0617\""
"X-Amz-Request-Id": "WXTCRJETRJ27HWYV"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied dcd093bd8f96 application/vnd.oci.image.config.v1+json
Copying a78434e31907 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:24.941806009Z][DEBUG]: --> Request #86
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a78434e319074562cf136bd314faceedf90ac6626b371049cba4bcef51216454"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:24.960158677Z][DEBUG]: <-- Response #84
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Cf-Cache-Status": "HIT"
"Etag": "\"c1c8995e3c495dd6986a3b2a0bf193ca\""
"Expires": "Fri, 06 Dec 2024 14:01:24 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "WXT1RQWQWJERDEHN"
"Content-Length": "4774"
"Cf-Ray": "8edb6f396a7cf8f4-SIN"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:24 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:08:45 GMT"
"X-Amz-Version-Id": "CAGVCQhhNSBUpCQNcmCJrRVNgxuKXJvx"
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"X-Amz-Id-2": "chKjJlaXP2wtF59Vyumt+40J+5wkMhJNfw8D/zBIQON/G8G+6rxjo6dpggbFS5H3oFs9sDFImPE="
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ce386759ac91 application/vnd.in-toto+json
Copying c19784034d46 application/vnd.oci.image.manifest.v1+json
Copied c19784034d46 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:25.011921832Z][DEBUG]: --> Request #87
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:48147407c4594e45b7c3f0be1019bb0f44d78d7f037ce63e0e3da75b256f849e"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:25.143744033Z][DEBUG]: <-- Response #85
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/bf/bfe083c3a47454aba7b2170f4d9955a86790a207d9ca92901086f09942df54ce/data?verify=1733482285-SEaRGfRGoFEz6Jo0FnZ2pFnFfec%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:25.143830542Z][DEBUG]: --> Request #88
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/bf/bfe083c3a47454aba7b2170f4d9955a86790a207d9ca92901086f09942df54ce/data?verify=1733482285-SEaRGfRGoFEz6Jo0FnZ2pFnFfec%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:bfe083c3a47454aba7b2170f4d9955a86790a207d9ca92901086f09942df54ce"
[2024-12-06T10:01:25.163274242Z][DEBUG]: <-- Response #88
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Age": "99566"
"Cache-Control": "public, max-age=14400"
"Etag": "\"5f0b2a60800a507006bb3080e1b272b1\""
"X-Amz-Request-Id": "WXT71HZ2E0647T96"
"Server": "cloudflare"
"Content-Length": "241"
"Vary": "Accept-Encoding"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Cf-Cache-Status": "HIT"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Ray": "8edb6f3c5a12f8f4-SIN"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:25 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:12:01 GMT"
"X-Amz-Id-2": "dFnNGy9UK8Kxgub+Mq0HBdJE/cZ20IvsciFezpfcDpxLf5pbjhOJo5AyFO5tiJlgLqkdWbCOC5E="
"X-Amz-Version-Id": "O.fQcEXKeeq_kE.UBhRp6yZMbei36.1a"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:25.177341284Z][DEBUG]: <-- Response #86
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a7/a78434e319074562cf136bd314faceedf90ac6626b371049cba4bcef51216454/data?verify=1733482285-EDdwgYQtBWF%2BMYqUMVea4Cv9oBg%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:25.177425296Z][DEBUG]: --> Request #89
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a7/a78434e319074562cf136bd314faceedf90ac6626b371049cba4bcef51216454/data?verify=1733482285-EDdwgYQtBWF%2BMYqUMVea4Cv9oBg%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a78434e319074562cf136bd314faceedf90ac6626b371049cba4bcef51216454"
"User-Agent": "oras/1.2.0+unreleased"
Copied bfe083c3a474 application/vnd.oci.image.config.v1+json
Copying ef56fe44c1ae application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:25.184473701Z][DEBUG]: --> Request #90
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ef56fe44c1ae4bebc38df8c301c8c5e8ab561b36dae0c734d1018f6c0e1b4684"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:25.288442522Z][DEBUG]: <-- Response #87
< Response Status: "200 OK"
< Response headers:
"Etag": "\"sha256:48147407c4594e45b7c3f0be1019bb0f44d78d7f037ce63e0e3da75b256f849e\""
"Content-Length": "837"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:48147407c4594e45b7c3f0be1019bb0f44d78d7f037ce63e0e3da75b256f849e"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "166;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:0ee862cccdc937d47088ae305dc23c6532525f0a2999b8d063a5e0130a0035d5",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:a6205992dc80deb04831de9bcd9e3beec18e651598204e6e3c46c265815d9aaf",
"size": 1432,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:d0ed9663345f35049e061d1ebd5284ac03d6e4ace01966c581325221dbe7f996",
"size": 4975,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying e5a36287fc1d application/vnd.in-toto+json
[2024-12-06T10:01:25.291563547Z][DEBUG]: --> Request #91
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e5a36287fc1de00b683dd6cad99c6b4325917d4f58a68753f88e794c3c70184d"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:25.426913944Z][DEBUG]: <-- Response #90
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ef/ef56fe44c1ae4bebc38df8c301c8c5e8ab561b36dae0c734d1018f6c0e1b4684/data?verify=1733482285-kx91NmF5EPiU8XeyJJeOY%2FT33YM%3D"
< Response body:
No response body to print
[2024-12-06T10:01:25.427002352Z][DEBUG]: --> Request #92
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ef/ef56fe44c1ae4bebc38df8c301c8c5e8ab561b36dae0c734d1018f6c0e1b4684/data?verify=1733482285-kx91NmF5EPiU8XeyJJeOY%2FT33YM%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ef56fe44c1ae4bebc38df8c301c8c5e8ab561b36dae0c734d1018f6c0e1b4684"
[2024-12-06T10:01:25.44575238Z][DEBUG]: <-- Response #89
< Response Status: "200 OK"
< Response headers:
"Content-Length": "3926"
"X-Amz-Request-Id": "WXT571E5AWDVSW02"
"X-Amz-Server-Side-Encryption": "AES256"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:25 GMT"
"Vary": "Accept-Encoding"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"X-Amz-Version-Id": "0yM8gOd1HCp76Hk_8e3MSSsjdV3FhP6j"
"Cf-Ray": "8edb6f3c8a90f8f4-SIN"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:12:01 GMT"
"Etag": "\"4daf2f7c774930f998a754f49d44ea39\""
"X-Amz-Id-2": "V7jQeOPAXTwnCtol6SNRSPUCg+nect9LnSRAWryQ+H6pXxOMjspJkQESYPJJizn3YGNtG2Ulj2A="
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied a78434e31907 application/vnd.oci.image.layer.v1.tar+gzip
Copying 951bcd144ddc application/vnd.oci.image.manifest.v1+json
Copied 951bcd144ddc application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:25.496352593Z][DEBUG]: --> Request #93
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:65f4b0d1802589b418bb6774d85de3d1a11d5bd971ee73cb8569504d928bb5d9"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
[2024-12-06T10:01:25.530254624Z][DEBUG]: <-- Response #91
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e5/e5a36287fc1de00b683dd6cad99c6b4325917d4f58a68753f88e794c3c70184d/data?verify=1733482285-ybwwX0v2R0teO0XK0%2BTuW13qdvw%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:25.530327847Z][DEBUG]: --> Request #94
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e5/e5a36287fc1de00b683dd6cad99c6b4325917d4f58a68753f88e794c3c70184d/data?verify=1733482285-ybwwX0v2R0teO0XK0%2BTuW13qdvw%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e5a36287fc1de00b683dd6cad99c6b4325917d4f58a68753f88e794c3c70184d"
[2024-12-06T10:01:25.556201102Z][DEBUG]: <-- Response #94
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:12:00 GMT"
"X-Amz-Request-Id": "WXTDZ29Y0YB24486"
"X-Amz-Version-Id": "wH87jynM4If_gifE4u3wx.CMoEhrICSv"
"Expires": "Fri, 06 Dec 2024 14:01:25 GMT"
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Content-Length": "1432"
"Cf-Ray": "8edb6f3ebff0f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Age": "99567"
"Etag": "\"9ee3775ea9fa9cbd728fa9d6042dbb9f\""
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "f9hCCqDWKfc6RXkanL2DHhf4NhSnwmYdtuEVQo2CKGdSquuaCfBaEAMEzS3qv/UVFlLTY3MAB08="
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Cache-Control": "public, max-age=14400"
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied e5a36287fc1d application/vnd.in-toto+json
Copying 347fc929ddc1 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:25.576998683Z][DEBUG]: --> Request #95
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:347fc929ddc17ac8da9fb3271c1110d22298e5c8a030e25d9ea1509d4db74b73"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:25.714211426Z][DEBUG]: <-- Response #92
< Response Status: "200 OK"
< Response headers:
"Cf-Ray": "8edb6f3e1e75f8f4-SIN"
"Server": "cloudflare"
"Etag": "\"759e5c1ca8c2c588b49df8141fd6adc8\""
"X-Amz-Request-Id": "9N22J2GPQT1SPTFZ"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Type": "application/octet-stream"
"Content-Length": "583"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Cf-Cache-Status": "HIT"
"Expires": "Fri, 06 Dec 2024 14:01:25 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "6Z2NGvUeVMO6g__U.wWwN4zmZjRzFz0z"
"Last-Modified": "Fri, 15 Dec 2023 22:08:21 GMT"
"X-Amz-Id-2": "4uifBFkr4jA8Pn6PcL9L8thl/ZOG9LRwfJXJczyGzRqSUCkzcmBXBDM0TFnEw3hzZ+KVwNwfC78="
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ef56fe44c1ae application/vnd.oci.image.config.v1+json
Copying 0ee862cccdc9 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:25.734982034Z][DEBUG]: --> Request #96
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:0ee862cccdc937d47088ae305dc23c6532525f0a2999b8d063a5e0130a0035d5"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:25.761747553Z][DEBUG]: <-- Response #93
< Response Status: "200 OK"
< Response headers:
"Docker-Content-Digest": "sha256:65f4b0d1802589b418bb6774d85de3d1a11d5bd971ee73cb8569504d928bb5d9"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:65f4b0d1802589b418bb6774d85de3d1a11d5bd971ee73cb8569504d928bb5d9\""
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "861"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Ratelimit-Limit": "200;w=21600"
"Ratelimit-Remaining": "165;w=21600"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:37fc523148ea1437220df9c50eb5c90be527d1dd07629361ec9164a4172d6579",
"size": 581
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:f19d1e240d64f25f24ec52b9399161571a6f124d583242557b40b291b7f499d4",
"size": 3267
}
],
"annotations": {
"org.opencontainers.image.revision": "3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee",
"org.opencontainers.image.source": "https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:s390x/hello-world",
"org.opencontainers.image.url": "https://hub.docker.com/_/hello-world",
"org.opencontainers.image.version": "linux"
}
}
Copying e0a75ff9ee85 application/vnd.in-toto+json
[2024-12-06T10:01:25.764918127Z][DEBUG]: --> Request #97
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e0a75ff9ee852d6b8f9bf24a8587be3660e533249b04490c747c68cbc0eb3609"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:25.817526632Z][DEBUG]: <-- Response #95
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/34/347fc929ddc17ac8da9fb3271c1110d22298e5c8a030e25d9ea1509d4db74b73/data?verify=1733482285-uzcn4FUS7dWjzEzpjrlg3UT1AeI%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:25.817613941Z][DEBUG]: --> Request #98
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/34/347fc929ddc17ac8da9fb3271c1110d22298e5c8a030e25d9ea1509d4db74b73/data?verify=1733482285-uzcn4FUS7dWjzEzpjrlg3UT1AeI%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:347fc929ddc17ac8da9fb3271c1110d22298e5c8a030e25d9ea1509d4db74b73"
[2024-12-06T10:01:25.971684497Z][DEBUG]: <-- Response #96
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/0e/0ee862cccdc937d47088ae305dc23c6532525f0a2999b8d063a5e0130a0035d5/data?verify=1733482285-imYYGlPWspVDPGLw1%2B6QS3P8Q7s%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:25.971796879Z][DEBUG]: --> Request #99
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/0e/0ee862cccdc937d47088ae305dc23c6532525f0a2999b8d063a5e0130a0035d5/data?verify=1733482285-imYYGlPWspVDPGLw1%2B6QS3P8Q7s%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:0ee862cccdc937d47088ae305dc23c6532525f0a2999b8d063a5e0130a0035d5"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:26.009391936Z][DEBUG]: <-- Response #97
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e0/e0a75ff9ee852d6b8f9bf24a8587be3660e533249b04490c747c68cbc0eb3609/data?verify=1733482285-kSqjoGWcqClZNSRJ%2FJC9%2FHKKEb0%3D"
"Date": "Fri, 06 Dec 2024 10:01:25 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:26.009510212Z][DEBUG]: --> Request #100
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e0/e0a75ff9ee852d6b8f9bf24a8587be3660e533249b04490c747c68cbc0eb3609/data?verify=1733482285-kSqjoGWcqClZNSRJ%2FJC9%2FHKKEb0%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:e0a75ff9ee852d6b8f9bf24a8587be3660e533249b04490c747c68cbc0eb3609"
[2024-12-06T10:01:26.093456856Z][DEBUG]: <-- Response #98
< Response Status: "200 OK"
< Response headers:
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Etag": "\"d51f579866ad726a1b6822b477d2ca5b\""
"X-Amz-Id-2": "mqtmVYR+L0aYXdHS9tWw8uWNft42LrDZEELK9CgrAnOlxa1kLb5CaD8wb8xDYGrVy3tgn2jbvwc="
"Content-Type": "application/octet-stream"
"Content-Length": "2981"
"Cf-Ray": "8edb6f408c75f8f4-SIN"
"Last-Modified": "Fri, 15 Dec 2023 22:08:21 GMT"
"X-Amz-Request-Id": "9N237AMWM8SJ8NST"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Expires": "Fri, 06 Dec 2024 14:01:26 GMT"
"X-Amz-Version-Id": "rSA3v1s7534pq1znqXXniYFrGmCxT9uF"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 347fc929ddc1 application/vnd.oci.image.layer.v1.tar+gzip
Copying f0c95f1ebb50 application/vnd.oci.image.manifest.v1+json
Copied f0c95f1ebb50 application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:26.152656784Z][DEBUG]: --> Request #101
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:50f420e8710676da03668e446f1f51097b745e3e2c9807b018e569d26d4f65f7"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.oci.image.manifest.v1+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:26.237416669Z][DEBUG]: <-- Response #99
< Response Status: "200 OK"
< Response headers:
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "DIIjhpGBnjA6cmujJ+XnWmEJrh2NIlemt1YhoKus9x5PRQHSBblg/KX1QYqpE+YBplwPVkrllXs="
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "oaKklA3ciH73GMCCX05KPJNioADWzah5"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:26 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:08:21 GMT"
"Cf-Cache-Status": "HIT"
"Etag": "\"256db52699f2203130bcd46bfd3c0611\""
"Cache-Control": "public, max-age=14400"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Content-Type": "application/octet-stream"
"X-Amz-Request-Id": "9N2BWJG6G4R5GDYF"
"Server": "cloudflare"
"Content-Length": "241"
"Cf-Ray": "8edb6f418e87f8f4-SIN"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 0ee862cccdc9 application/vnd.oci.image.config.v1+json
Copying a6205992dc80 application/vnd.in-toto+json
[2024-12-06T10:01:26.259870487Z][DEBUG]: --> Request #102
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a6205992dc80deb04831de9bcd9e3beec18e651598204e6e3c46c265815d9aaf"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:26.283737123Z][DEBUG]: <-- Response #100
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Cf-Cache-Status": "HIT"
"Expires": "Fri, 06 Dec 2024 14:01:26 GMT"
"X-Amz-Id-2": "vF4tez4OcYq9TFswQnxwHDzV56TOiPabC7P09gb57H4mmUHr9/XQ6stt1X8l4r4BBjEGWr0lOoQ="
"X-Amz-Request-Id": "WXTDZ6DKZHEQCHVZ"
"Etag": "\"c8d83d62241dfe3b066730371fe88ad5\""
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f41bf0af8f4-SIN"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "bnAFPMY2YcVU05htwptZixB6tG9iQvmS"
"Server": "cloudflare"
"Content-Length": "4976"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Fri, 15 Dec 2023 22:12:00 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied e0a75ff9ee85 application/vnd.in-toto+json
Copying 37fc523148ea application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:26.306816185Z][DEBUG]: --> Request #103
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:37fc523148ea1437220df9c50eb5c90be527d1dd07629361ec9164a4172d6579"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:26.483888023Z][DEBUG]: <-- Response #101
< Response Status: "200 OK"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Remaining": "165;w=21600"
"Etag": "\"sha256:50f420e8710676da03668e446f1f51097b745e3e2c9807b018e569d26d4f65f7\""
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Ratelimit-Limit": "200;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Length": "837"
"Content-Type": "application/vnd.oci.image.manifest.v1+json"
"Docker-Content-Digest": "sha256:50f420e8710676da03668e446f1f51097b745e3e2c9807b018e569d26d4f65f7"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"digest": "sha256:5c92b05ea639c36a03ec5c207a81694b498e0ce407b927ff02fd490da2cc8187",
"size": 241
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:33b66aea0cd5e5861300a3a657eef734442172ac7d5d29af958aecf3940f6aa4",
"size": 1416,
"annotations": {
"in-toto.io/predicate-type": "https://spdx.dev/Document"
}
},
{
"mediaType": "application/vnd.in-toto+json",
"digest": "sha256:cece95ee2767d2d10fbe1ae5875121ae9958d04ab439bc8af5e1c7138d3f4bf5",
"size": 4950,
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
]
}
Copying 8d064a6fc27f application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:26.500439341Z][DEBUG]: <-- Response #102
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a6/a6205992dc80deb04831de9bcd9e3beec18e651598204e6e3c46c265815d9aaf/data?verify=1733482286-hH8szzncOJV7Y%2FX8sSNGk8DimME%3D"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:26.500523352Z][DEBUG]: --> Request #104
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a6/a6205992dc80deb04831de9bcd9e3beec18e651598204e6e3c46c265815d9aaf/data?verify=1733482286-hH8szzncOJV7Y%2FX8sSNGk8DimME%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:a6205992dc80deb04831de9bcd9e3beec18e651598204e6e3c46c265815d9aaf"
Copied 8d064a6fc27f application/vnd.oci.image.manifest.v1+json
[2024-12-06T10:01:26.51981709Z][DEBUG]: --> Request #105
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:e75b1b0b6308f6521fcfd008faef190952d7c4ad553b2b8ace047e4625f438dd"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Accept": "application/vnd.docker.distribution.manifest.v2+json"
"Authorization": "*****"
[2024-12-06T10:01:26.726846467Z][DEBUG]: <-- Response #103
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/37/37fc523148ea1437220df9c50eb5c90be527d1dd07629361ec9164a4172d6579/data?verify=1733482286-O0bg8lSoTohBbHo%2BGWdkWGzFuyM%3D"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:26.727192204Z][DEBUG]: --> Request #106
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/37/37fc523148ea1437220df9c50eb5c90be527d1dd07629361ec9164a4172d6579/data?verify=1733482286-O0bg8lSoTohBbHo%2BGWdkWGzFuyM%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:37fc523148ea1437220df9c50eb5c90be527d1dd07629361ec9164a4172d6579"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:26.760749062Z][DEBUG]: <-- Response #104
< Response Status: "200 OK"
< Response headers:
"Expires": "Fri, 06 Dec 2024 14:01:26 GMT"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Cf-Ray": "8edb6f44de5af8f4-SIN"
"X-Amz-Server-Side-Encryption": "AES256"
"Etag": "\"fbd50927f4b1584015c42cfc4d4ef0b1\""
"Last-Modified": "Fri, 15 Dec 2023 22:08:21 GMT"
"Vary": "Accept-Encoding"
"Content-Type": "application/octet-stream"
"Content-Length": "1432"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"X-Amz-Id-2": "cY0RNZwoPbGtOjwNlcbJOk4Zo/NKz0lq0SQ2UhQKuKgT5U/tbVjJQsePe+i63XcF8hYP60nq+uk="
"X-Amz-Request-Id": "ZFQFN7BKMAQQ1CZT"
"X-Amz-Version-Id": "HrlziowJ1U6rYpP4mNXaZEoMaT4bZ1tv"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied a6205992dc80 application/vnd.in-toto+json
Copying d0ed9663345f application/vnd.in-toto+json
[2024-12-06T10:01:26.784143493Z][DEBUG]: --> Request #107
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:d0ed9663345f35049e061d1ebd5284ac03d6e4ace01966c581325221dbe7f996"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:26.784324703Z][DEBUG]: <-- Response #105
< Response Status: "200 OK"
< Response headers:
"Docker-Content-Digest": "sha256:e75b1b0b6308f6521fcfd008faef190952d7c4ad553b2b8ace047e4625f438dd"
"Docker-Distribution-Api-Version": "registry/2.0"
"Etag": "\"sha256:e75b1b0b6308f6521fcfd008faef190952d7c4ad553b2b8ace047e4625f438dd\""
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Content-Length": "946"
"Ratelimit-Remaining": "164;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
"Content-Type": "application/vnd.docker.distribution.manifest.v2+json"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"config": {
"mediaType": "application/vnd.docker.container.image.v1+json",
"size": 1687,
"digest": "sha256:ef5f8a4511584b854075937d55f7c522c459da5585f599801908097215fc8546"
},
"layers": [
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 120604951,
"digest": "sha256:815d6b7f925aef8327c34c34073ae54cc1c82120f1058682eac4c8c14ca21c70"
},
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 1756,
"digest": "sha256:ffcefacebbffeb7efeb5de0c171d037ebb6ca0d973f55e0fa59f45ff3d71a830"
},
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 1030,
"digest": "sha256:83c768068f173fda2055a68d55e1749afcf2a5e70bd6ca47ad0864a7cd03012c"
}
]
}
Copying 838d191bca39 application/vnd.oci.image.manifest.v1+json
Copied 838d191bca39 application/vnd.oci.image.manifest.v1+json
Copying f19d1e240d64 application/vnd.oci.image.layer.v1.tar+gzip
[2024-12-06T10:01:26.817226349Z][DEBUG]: --> Request #108
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f19d1e240d64f25f24ec52b9399161571a6f124d583242557b40b291b7f499d4"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:27.002590978Z][DEBUG]: <-- Response #106
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Cache-Control": "public, max-age=14400"
"Etag": "\"5d59ddff8421fb52a39a5764a4616602\""
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
"X-Amz-Request-Id": "9N21ZNCPMTH27R0V"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Ray": "8edb6f463a45f8f4-SIN"
"X-Amz-Version-Id": "TWYbS0l1fsYe_e8M2WP8FSN8HYaF.BDd"
"Server": "cloudflare"
"Content-Length": "581"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:09:42 GMT"
"X-Amz-Id-2": "U6ghrAZTRePXmJFVRArgFEogTBtVX+KVrBiSakdUzNTNKrqMEeYzRr08M9clkZ4LA/yOOk7KyWM="
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 37fc523148ea application/vnd.oci.image.config.v1+json
Copying 5c92b05ea639 application/vnd.oci.image.config.v1+json
[2024-12-06T10:01:27.023950737Z][DEBUG]: --> Request #109
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:5c92b05ea639c36a03ec5c207a81694b498e0ce407b927ff02fd490da2cc8187"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:27.032746991Z][DEBUG]: <-- Response #107
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d0/d0ed9663345f35049e061d1ebd5284ac03d6e4ace01966c581325221dbe7f996/data?verify=1733482286-7dtM7k%2FB7l3b%2BLFFHtIsF13uvSY%3D"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:27.032826607Z][DEBUG]: --> Request #110
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d0/d0ed9663345f35049e061d1ebd5284ac03d6e4ace01966c581325221dbe7f996/data?verify=1733482286-7dtM7k%2FB7l3b%2BLFFHtIsF13uvSY%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:d0ed9663345f35049e061d1ebd5284ac03d6e4ace01966c581325221dbe7f996"
[2024-12-06T10:01:27.057880572Z][DEBUG]: <-- Response #108
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f1/f19d1e240d64f25f24ec52b9399161571a6f124d583242557b40b291b7f499d4/data?verify=1733482286-M8%2FZgbmMmXKPQWIRJsnwDW3NTZY%3D"
"Date": "Fri, 06 Dec 2024 10:01:26 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:27.05796858Z][DEBUG]: --> Request #111
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f1/f19d1e240d64f25f24ec52b9399161571a6f124d583242557b40b291b7f499d4/data?verify=1733482286-M8%2FZgbmMmXKPQWIRJsnwDW3NTZY%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:f19d1e240d64f25f24ec52b9399161571a6f124d583242557b40b291b7f499d4"
[2024-12-06T10:01:27.258973398Z][DEBUG]: <-- Response #109
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/5c/5c92b05ea639c36a03ec5c207a81694b498e0ce407b927ff02fd490da2cc8187/data?verify=1733482287-XKu8VhaNJkUcy42BAIXBtj70VRI%3D"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:27.259071295Z][DEBUG]: --> Request #112
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/5c/5c92b05ea639c36a03ec5c207a81694b498e0ce407b927ff02fd490da2cc8187/data?verify=1733482287-XKu8VhaNJkUcy42BAIXBtj70VRI%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:5c92b05ea639c36a03ec5c207a81694b498e0ce407b927ff02fd490da2cc8187"
[2024-12-06T10:01:27.301911665Z][DEBUG]: <-- Response #110
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Etag": "\"3bee618d6a12cd4eb900215e3e333cf8\""
"X-Amz-Id-2": "I8Mpw+BHCVczTZN9ZX1qeLyRRD1cE+ZHtIEz2zk/olO1y4NAD+f621jrlqzA2uES3kvEE93aNYc="
"Content-Length": "4975"
"Cf-Ray": "8edb6f48287ff8f4-SIN"
"Cf-Cache-Status": "HIT"
"Cache-Control": "public, max-age=14400"
"X-Amz-Version-Id": "xO3TC1zzQk93WkQn48E6cjImt0j3T8z6"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
"Last-Modified": "Fri, 15 Dec 2023 22:08:21 GMT"
"X-Amz-Request-Id": "PEZHXF323C3VSW8K"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied d0ed9663345f application/vnd.in-toto+json
[2024-12-06T10:01:27.32428245Z][DEBUG]: --> Request #113
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:5e44bb920261355fb67c79f81f46618a7cf46ac8fd0a9cb27078f386e4a6bd14"
> Request method: "GET"
> Request headers:
"Accept": "application/vnd.docker.distribution.manifest.v2+json"
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:27.35383139Z][DEBUG]: <-- Response #111
< Response Status: "200 OK"
< Response headers:
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
"Vary": "Accept-Encoding"
"Etag": "\"f8c5b248ae4433adb8f406a23637d2ff\""
"Last-Modified": "Fri, 15 Dec 2023 22:09:41 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "DHQ0mkL.z6Bydh55yZaLlEvYB3BoA_6F"
"Content-Type": "application/octet-stream"
"Content-Length": "3267"
"X-Amz-Id-2": "i+piepU7dPALOPGycOSged3+a1dssK2yknraDCuybtSWZJIYp3hwGaGw3we28MT3JKn912WtHTE="
"X-Amz-Request-Id": "MZJVNDRGG0ZWSBY5"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Cf-Ray": "8edb6f4848f8f8f4-SIN"
"Server": "cloudflare"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied f19d1e240d64 application/vnd.oci.image.layer.v1.tar+gzip
Copying ef5f8a451158 application/vnd.docker.container.image.v1+json
[2024-12-06T10:01:27.375524388Z][DEBUG]: --> Request #114
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ef5f8a4511584b854075937d55f7c522c459da5585f599801908097215fc8546"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:27.548325153Z][DEBUG]: <-- Response #112
< Response Status: "200 OK"
< Response headers:
"X-Amz-Id-2": "zXY30X1QW0SqyTHjfwGfzNcAjPHSl18hRvqqnB7JzUKwRDsSPTJVtU6EeK0hk34ViiWED9yBXO4="
"Server": "cloudflare"
"Last-Modified": "Fri, 15 Dec 2023 22:09:42 GMT"
"Vary": "Accept-Encoding"
"Content-Length": "241"
"Accept-Ranges": "bytes"
"Etag": "\"9675e7b34e1420fcd00dc3efbb153d78\""
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
"X-Amz-Version-Id": "jfvXTvF1e70jPnwpf9h0xmcKncofkktw"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f499d0df8f4-SIN"
"Cf-Cache-Status": "HIT"
"X-Amz-Server-Side-Encryption": "AES256"
"Cache-Control": "public, max-age=14400"
"X-Amz-Request-Id": "9N2AQ9075J94ZSJM"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 5c92b05ea639 application/vnd.oci.image.config.v1+json
Copying 33b66aea0cd5 application/vnd.in-toto+json
[2024-12-06T10:01:27.571105907Z][DEBUG]: --> Request #115
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:33b66aea0cd5e5861300a3a657eef734442172ac7d5d29af958aecf3940f6aa4"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:27.6125917Z][DEBUG]: <-- Response #114
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ef/ef5f8a4511584b854075937d55f7c522c459da5585f599801908097215fc8546/data?verify=1733482287-CztnTBsPhMa98vcgCrzmaPtYFEs%3D"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:27.612707778Z][DEBUG]: --> Request #116
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ef/ef5f8a4511584b854075937d55f7c522c459da5585f599801908097215fc8546/data?verify=1733482287-CztnTBsPhMa98vcgCrzmaPtYFEs%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ef5f8a4511584b854075937d55f7c522c459da5585f599801908097215fc8546"
[2024-12-06T10:01:27.637549467Z][DEBUG]: <-- Response #113
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/vnd.docker.distribution.manifest.v2+json"
"Etag": "\"sha256:5e44bb920261355fb67c79f81f46618a7cf46ac8fd0a9cb27078f386e4a6bd14\""
"Strict-Transport-Security": "max-age=31536000"
"Ratelimit-Limit": "200;w=21600"
"Content-Length": "946"
"Docker-Content-Digest": "sha256:5e44bb920261355fb67c79f81f46618a7cf46ac8fd0a9cb27078f386e4a6bd14"
"Docker-Distribution-Api-Version": "registry/2.0"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Ratelimit-Remaining": "164;w=21600"
"Docker-Ratelimit-Source": "fb329f20-66d6-445b-a7b5-bf585ac6d3e1"
< Response body:
{
"schemaVersion": 2,
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"config": {
"mediaType": "application/vnd.docker.container.image.v1+json",
"size": 1687,
"digest": "sha256:9013d329142713b1f80bf068d542c6912c9bcbfe02e32e08e00d7b284ada3974"
},
"layers": [
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 155214227,
"digest": "sha256:b79a100b554b1ee5bf83d129fe624c0ddd7754edeaf1a1364fefbbf2ba3095c1"
},
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 1761,
"digest": "sha256:40757cb76c467dfc3ee48a8ad0f10a6fd5167bbf5ca775aa2422ca4a6a9116a1"
},
{
"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
"size": 1103,
"digest": "sha256:b2e41233fcb4d960d808a3ab3fba7665c75cdaea393e3944718a38ff73c3a9b2"
}
]
}
Copying 48147407c459 application/vnd.oci.image.manifest.v1+json
Copied 48147407c459 application/vnd.oci.image.manifest.v1+json
Copying 65f4b0d18025 application/vnd.oci.image.manifest.v1+json
Copied 65f4b0d18025 application/vnd.oci.image.manifest.v1+json
Copying 815d6b7f925a application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:27.705947971Z][DEBUG]: --> Request #117
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:815d6b7f925aef8327c34c34073ae54cc1c82120f1058682eac4c8c14ca21c70"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:27.851742323Z][DEBUG]: <-- Response #115
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/33/33b66aea0cd5e5861300a3a657eef734442172ac7d5d29af958aecf3940f6aa4/data?verify=1733482287-dyev3wr3853pUEiiQcmchl%2FW1xY%3D"
< Response body:
No response body to print
[2024-12-06T10:01:27.851836723Z][DEBUG]: --> Request #118
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/33/33b66aea0cd5e5861300a3a657eef734442172ac7d5d29af958aecf3940f6aa4/data?verify=1733482287-dyev3wr3853pUEiiQcmchl%2FW1xY%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:33b66aea0cd5e5861300a3a657eef734442172ac7d5d29af958aecf3940f6aa4"
[2024-12-06T10:01:27.892868294Z][DEBUG]: <-- Response #116
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Length": "1687"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "/4NVXbqcAxV9o4yikA61IkQejKEpRSWQlyQoYPT6CiR9FZaNQNIHAOCg07q0cnOQrRcbqHQ+JtY="
"Cf-Ray": "8edb6f4bcad6f8f4-SIN"
"Cf-Cache-Status": "HIT"
"Last-Modified": "Thu, 14 Nov 2024 20:04:41 GMT"
"X-Amz-Request-Id": "G6DD6PWS0A56Z0B1"
"Cache-Control": "public, max-age=14400"
"Etag": "\"a6203ef22fab1ac3be2ae98caead2203\""
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "m6jQ3KWgIJqp6lW3guyQs93CRTp0U1Hs"
"Server": "cloudflare"
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ef5f8a451158 application/vnd.docker.container.image.v1+json
Copying cece95ee2767 application/vnd.in-toto+json
[2024-12-06T10:01:27.914916818Z][DEBUG]: --> Request #119
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cece95ee2767d2d10fbe1ae5875121ae9958d04ab439bc8af5e1c7138d3f4bf5"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:27.946710099Z][DEBUG]: <-- Response #117
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/81/815d6b7f925aef8327c34c34073ae54cc1c82120f1058682eac4c8c14ca21c70/data?verify=1733482287-JbgwZ66SRC1u0EFipYLMOOcaTsk%3D"
< Response body:
No response body to print
[2024-12-06T10:01:27.946818885Z][DEBUG]: --> Request #120
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/81/815d6b7f925aef8327c34c34073ae54cc1c82120f1058682eac4c8c14ca21c70/data?verify=1733482287-JbgwZ66SRC1u0EFipYLMOOcaTsk%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:815d6b7f925aef8327c34c34073ae54cc1c82120f1058682eac4c8c14ca21c70"
[2024-12-06T10:01:27.9690663Z][DEBUG]: <-- Response #120
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"X-Amz-Version-Id": "Rljff2kcmB2japJzWymt79STD0kmI906"
"Server": "cloudflare"
"Etag": "\"8678eb2d73665f0833c7dd3c16902878-4\""
"Expires": "Fri, 06 Dec 2024 14:01:27 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:27 GMT"
"Content-Type": "application/octet-stream"
"Content-Length": "120604951"
"Cf-Cache-Status": "HIT"
"Age": "104417"
"X-Amz-Request-Id": "D86EYX2613QWDZKQ"
"Cf-Ray": "8edb6f4dd90ff8f4-SIN"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Tue, 12 Nov 2024 22:44:32 GMT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "9AIl+kc0lR82ErE+JWF0wDEN0lxMOvtrNW6pw4ua0mvAg9RBJJD5NVptTyml+5VGmpoCvuy98CfXZ+z00zYXZ1rlTVc0F8RO"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:28.160524335Z][DEBUG]: <-- Response #119
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/cece95ee2767d2d10fbe1ae5875121ae9958d04ab439bc8af5e1c7138d3f4bf5/data?verify=1733482288-QCEQcmUeSb9OnxvlYdfhHUc7uYc%3D"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:28.1611285Z][DEBUG]: --> Request #121
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ce/cece95ee2767d2d10fbe1ae5875121ae9958d04ab439bc8af5e1c7138d3f4bf5/data?verify=1733482288-QCEQcmUeSb9OnxvlYdfhHUc7uYc%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:cece95ee2767d2d10fbe1ae5875121ae9958d04ab439bc8af5e1c7138d3f4bf5"
[2024-12-06T10:01:28.434989016Z][DEBUG]: <-- Response #121
< Response Status: "200 OK"
< Response headers:
"X-Amz-Request-Id": "9N27KS50RS96J1V8"
"Content-Length": "4950"
"Accept-Ranges": "bytes"
"Last-Modified": "Fri, 15 Dec 2023 22:09:41 GMT"
"Cf-Cache-Status": "HIT"
"Expires": "Fri, 06 Dec 2024 14:01:28 GMT"
"X-Amz-Version-Id": "eOA3VfVB4ibgwQ89d6h3_UawaJlntL25"
"Cache-Control": "public, max-age=14400"
"X-Amz-Id-2": "+Mb6kDMMjWdz0Ir3TPHZOp98ltif7JPz28BsV0YTeqCzjkHB/7rQJJXLWccGdBxpyY/FHfzaLdw="
"Server": "cloudflare"
"Etag": "\"4eafe18bf0f77022a3ad5363d65854a2\""
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f4f3d8bf8f4-SIN"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied cece95ee2767 application/vnd.in-toto+json
Copying 9013d3291427 application/vnd.docker.container.image.v1+json
[2024-12-06T10:01:28.459277866Z][DEBUG]: --> Request #122
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9013d329142713b1f80bf068d542c6912c9bcbfe02e32e08e00d7b284ada3974"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Authorization": "*****"
[2024-12-06T10:01:28.612148856Z][DEBUG]: <-- Response #118
< Response Status: "200 OK"
< Response headers:
"X-Amz-Id-2": "7EiJTsNWi7nhMa/+v2QFNdDKNdoxr8cu8lOKkvngEl17coYTJ4lCS3U5RWfR7JLIG8hsqe2mXuI="
"X-Amz-Version-Id": "WGJlczecdP3El9Q.47q_mfY03ju.tfvA"
"Content-Type": "application/octet-stream"
"Accept-Ranges": "bytes"
"Vary": "Accept-Encoding"
"Server": "cloudflare"
"Content-Length": "1416"
"Cf-Ray": "8edb6f4d4f0cf8f4-SIN"
"Last-Modified": "Fri, 15 Dec 2023 22:09:42 GMT"
"Cache-Control": "public, max-age=14400"
"X-Amz-Request-Id": "9N29AMM1RDJHPWG5"
"Expires": "Fri, 06 Dec 2024 14:01:28 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Cf-Cache-Status": "HIT"
"Etag": "\"e57a6c83f0e0ca4b3fd09ba25f23c8b7\""
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 33b66aea0cd5 application/vnd.in-toto+json
Copying ffcefacebbff application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:28.643485592Z][DEBUG]: --> Request #123
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ffcefacebbffeb7efeb5de0c171d037ebb6ca0d973f55e0fa59f45ff3d71a830"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:28.703664887Z][DEBUG]: <-- Response #122
< Response Status: "307 Temporary Redirect"
< Response headers:
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/90/9013d329142713b1f80bf068d542c6912c9bcbfe02e32e08e00d7b284ada3974/data?verify=1733482288-8DeIAVl0EIo4bGtNGdBnqC6GRcU%3D"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
< Response body:
No response body to print
[2024-12-06T10:01:28.703780965Z][DEBUG]: --> Request #124
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/90/9013d329142713b1f80bf068d542c6912c9bcbfe02e32e08e00d7b284ada3974/data?verify=1733482288-8DeIAVl0EIo4bGtNGdBnqC6GRcU%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:9013d329142713b1f80bf068d542c6912c9bcbfe02e32e08e00d7b284ada3974"
[2024-12-06T10:01:28.719501927Z][DEBUG]: <-- Response #124
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Last-Modified": "Thu, 14 Nov 2024 20:05:24 GMT"
"X-Amz-Id-2": "YNfJicAuAe1oAkZtfiqMk+Y+eBXJKAUaPsLvm8bPmL0YIQBfl8tQP6mpwjCuZ2jBH9lik9HXLP8="
"X-Amz-Version-Id": "x1vDsIVFFCQ_mjESIb38RBpnIQtOlGMD"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Cf-Ray": "8edb6f529d5df8f4-SIN"
"Accept-Ranges": "bytes"
"Vary": "Accept-Encoding"
"X-Amz-Server-Side-Encryption": "AES256"
"Cf-Cache-Status": "HIT"
"Age": "90654"
"Cache-Control": "public, max-age=14400"
"Server": "cloudflare"
"Content-Length": "1687"
"Etag": "\"acbb82cff8894f1bb94c88e79373b877\""
"Expires": "Fri, 06 Dec 2024 14:01:28 GMT"
"X-Amz-Request-Id": "ZKEM7J27MPWZ0JJJ"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 9013d3291427 application/vnd.docker.container.image.v1+json
Copying b79a100b554b application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:28.751651408Z][DEBUG]: --> Request #125
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b79a100b554b1ee5bf83d129fe624c0ddd7754edeaf1a1364fefbbf2ba3095c1"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:28.88412915Z][DEBUG]: <-- Response #123
< Response Status: "307 Temporary Redirect"
< Response headers:
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ff/ffcefacebbffeb7efeb5de0c171d037ebb6ca0d973f55e0fa59f45ff3d71a830/data?verify=1733482288-l7195NyvZh%2FD98r94rLt4VIMdUI%3D"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Length": "0"
< Response body:
No response body to print
[2024-12-06T10:01:28.88426311Z][DEBUG]: --> Request #126
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/ff/ffcefacebbffeb7efeb5de0c171d037ebb6ca0d973f55e0fa59f45ff3d71a830/data?verify=1733482288-l7195NyvZh%2FD98r94rLt4VIMdUI%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:ffcefacebbffeb7efeb5de0c171d037ebb6ca0d973f55e0fa59f45ff3d71a830"
[2024-12-06T10:01:28.905793761Z][DEBUG]: <-- Response #126
< Response Status: "200 OK"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Length": "1756"
"Age": "94527"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Thu, 14 Nov 2024 20:04:30 GMT"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Accept-Ranges": "bytes"
"Etag": "\"2e7a7051a4e7a96f2f084824562327f6\""
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "iJtR3zIUSRE8W9xcL91gkJphIJCn95upm1J5gvyJ/ETNzl+L3iXajpac0HHJ9urE9RuIjfU6b28="
"X-Amz-Request-Id": "P7YY70ZCWGFHFZH0"
"Cf-Ray": "8edb6f53b821f8f4-SIN"
"Expires": "Fri, 06 Dec 2024 14:01:28 GMT"
"X-Amz-Version-Id": "B1Tm9dzqG_eZ7Ov.LSalJS.AJrTGpJ8b"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied ffcefacebbff application/vnd.docker.image.rootfs.diff.tar.gzip
Copying 50f420e87106 application/vnd.oci.image.manifest.v1+json
Copied 50f420e87106 application/vnd.oci.image.manifest.v1+json
Copying 83c768068f17 application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:28.963499158Z][DEBUG]: --> Request #127
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:83c768068f173fda2055a68d55e1749afcf2a5e70bd6ca47ad0864a7cd03012c"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:28.994767966Z][DEBUG]: <-- Response #125
< Response Status: "307 Temporary Redirect"
< Response headers:
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b7/b79a100b554b1ee5bf83d129fe624c0ddd7754edeaf1a1364fefbbf2ba3095c1/data?verify=1733482288-MEW2hFGioexOo5r2pp7sC6FVAQA%3D"
"Date": "Fri, 06 Dec 2024 10:01:28 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
< Response body:
No response body to print
[2024-12-06T10:01:28.994856373Z][DEBUG]: --> Request #128
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b7/b79a100b554b1ee5bf83d129fe624c0ddd7754edeaf1a1364fefbbf2ba3095c1/data?verify=1733482288-MEW2hFGioexOo5r2pp7sC6FVAQA%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b79a100b554b1ee5bf83d129fe624c0ddd7754edeaf1a1364fefbbf2ba3095c1"
[2024-12-06T10:01:29.013886155Z][DEBUG]: <-- Response #128
< Response Status: "200 OK"
< Response headers:
"Age": "196199"
"X-Amz-Request-Id": "68KDW2MCC8RXSFAX"
"X-Amz-Version-Id": "DMbX1DymSLin7muBxcnwOgAnJZzXNWc8"
"Cf-Cache-Status": "HIT"
"X-Amz-Server-Side-Encryption": "AES256"
"Server": "cloudflare"
"Cf-Ray": "8edb6f546a1df8f4-SIN"
"Accept-Ranges": "bytes"
"Cache-Control": "public, max-age=14400"
"Last-Modified": "Tue, 12 Nov 2024 20:49:39 GMT"
"X-Amz-Id-2": "V4+J1AlwtFhzrobJ4azgFJqfmtFVEahJDlr9kFtnnoRcLBa2ecVI2BzxgKyVORD3JDPZ7FhHep0="
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
"Content-Type": "application/octet-stream"
"Content-Length": "155214227"
"Etag": "\"612b9c9d99ea6c89ca6c7762fd5a2885-5\""
"Expires": "Fri, 06 Dec 2024 14:01:29 GMT"
"Vary": "Accept-Encoding"
< Response body:
Response body of content type "application/octet-stream" is not printed
[2024-12-06T10:01:29.203179097Z][DEBUG]: <-- Response #127
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/83/83c768068f173fda2055a68d55e1749afcf2a5e70bd6ca47ad0864a7cd03012c/data?verify=1733482289-9lMCr5zQM9Vla2z4cOxfA6oyY00%3D"
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
< Response body:
No response body to print
[2024-12-06T10:01:29.203265706Z][DEBUG]: --> Request #129
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/83/83c768068f173fda2055a68d55e1749afcf2a5e70bd6ca47ad0864a7cd03012c/data?verify=1733482289-9lMCr5zQM9Vla2z4cOxfA6oyY00%3D"
> Request method: "GET"
> Request headers:
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:83c768068f173fda2055a68d55e1749afcf2a5e70bd6ca47ad0864a7cd03012c"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:29.483865935Z][DEBUG]: <-- Response #129
< Response Status: "200 OK"
< Response headers:
"Content-Type": "application/octet-stream"
"Cf-Ray": "8edb6f55bd3ff8f4-SIN"
"Etag": "\"592fc1c2ded98fb55c032378fdf0d0dc\""
"Cache-Control": "public, max-age=14400"
"Expires": "Fri, 06 Dec 2024 14:01:29 GMT"
"Last-Modified": "Thu, 14 Nov 2024 20:04:30 GMT"
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
"Content-Length": "1030"
"Server": "cloudflare"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Vary": "Accept-Encoding"
"X-Amz-Id-2": "9fSkLgHht5/fUw3ihdu6YSW2dZQSHpf8kqdhRKg4suVmOn1tkExkV9dzsY0XZEeB/Vhgl0qlBkc="
"X-Amz-Request-Id": "P7YY7Q1X56REZ149"
"X-Amz-Server-Side-Encryption": "AES256"
"X-Amz-Version-Id": "X27cN6vFaSyvsDRUQTpYbNmElLwvV8SJ"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 83c768068f17 application/vnd.docker.image.rootfs.diff.tar.gzip
Copying 40757cb76c46 application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:29.523997491Z][DEBUG]: --> Request #130
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:40757cb76c467dfc3ee48a8ad0f10a6fd5167bbf5ca775aa2422ca4a6a9116a1"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:29.765237952Z][DEBUG]: <-- Response #130
< Response Status: "307 Temporary Redirect"
< Response headers:
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/40/40757cb76c467dfc3ee48a8ad0f10a6fd5167bbf5ca775aa2422ca4a6a9116a1/data?verify=1733482289-XY2Npe72FY6yacn1cmR%2Fhk2kaZA%3D"
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
< Response body:
No response body to print
[2024-12-06T10:01:29.765321963Z][DEBUG]: --> Request #131
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/40/40757cb76c467dfc3ee48a8ad0f10a6fd5167bbf5ca775aa2422ca4a6a9116a1/data?verify=1733482289-XY2Npe72FY6yacn1cmR%2Fhk2kaZA%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:40757cb76c467dfc3ee48a8ad0f10a6fd5167bbf5ca775aa2422ca4a6a9116a1"
[2024-12-06T10:01:29.793276138Z][DEBUG]: <-- Response #131
< Response Status: "200 OK"
< Response headers:
"Last-Modified": "Thu, 14 Nov 2024 20:05:08 GMT"
"X-Amz-Id-2": "P6tp78Cf5xDyYm+7Q+6O2v5oYtdzjlhUikkqupu6NZcnekTdCMLE6hBQ7GKPwa9fXRn24YMQXMc="
"Content-Type": "application/octet-stream"
"Cf-Cache-Status": "HIT"
"Accept-Ranges": "bytes"
"Etag": "\"800260c068be3f11f463ef062f7aa6e2\""
"Expires": "Fri, 06 Dec 2024 14:01:29 GMT"
"Cf-Ray": "8edb6f594deff8f4-SIN"
"Cache-Control": "public, max-age=14400"
"Vary": "Accept-Encoding"
"X-Amz-Version-Id": "LasveNleYl.Oe.gH.u9cVMu3D0dWmXcM"
"Age": "189098"
"X-Amz-Request-Id": "B7DA63ST9HW9CE8B"
"Server": "cloudflare"
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
"Content-Length": "1761"
"X-Amz-Server-Side-Encryption": "AES256"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied 40757cb76c46 application/vnd.docker.image.rootfs.diff.tar.gzip
Copying b2e41233fcb4 application/vnd.docker.image.rootfs.diff.tar.gzip
[2024-12-06T10:01:29.82099446Z][DEBUG]: --> Request #132
> Request URL: "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b2e41233fcb4d960d808a3ab3fba7665c75cdaea393e3944718a38ff73c3a9b2"
> Request method: "GET"
> Request headers:
"Authorization": "*****"
"User-Agent": "oras/1.2.0+unreleased"
[2024-12-06T10:01:30.057429752Z][DEBUG]: <-- Response #132
< Response Status: "307 Temporary Redirect"
< Response headers:
"Date": "Fri, 06 Dec 2024 10:01:29 GMT"
"Content-Length": "0"
"Strict-Transport-Security": "max-age=31536000"
"Content-Type": "application/octet-stream"
"Docker-Distribution-Api-Version": "registry/2.0"
"Location": "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b2/b2e41233fcb4d960d808a3ab3fba7665c75cdaea393e3944718a38ff73c3a9b2/data?verify=1733482289-2RbUxJImV4kzKihx%2BxI1Id2sFyg%3D"
< Response body:
No response body to print
[2024-12-06T10:01:30.057563012Z][DEBUG]: --> Request #133
> Request URL: "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b2/b2e41233fcb4d960d808a3ab3fba7665c75cdaea393e3944718a38ff73c3a9b2/data?verify=1733482289-2RbUxJImV4kzKihx%2BxI1Id2sFyg%3D"
> Request method: "GET"
> Request headers:
"User-Agent": "oras/1.2.0+unreleased"
"Referer": "https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:b2e41233fcb4d960d808a3ab3fba7665c75cdaea393e3944718a38ff73c3a9b2"
[2024-12-06T10:01:30.074746114Z][DEBUG]: <-- Response #133
< Response Status: "200 OK"
< Response headers:
"Accept-Ranges": "bytes"
"Etag": "\"91100e865d4adff2aa99a192de4f725d\""
"Expires": "Fri, 06 Dec 2024 14:01:30 GMT"
"Last-Modified": "Thu, 14 Nov 2024 20:05:08 GMT"
"Content-Type": "application/octet-stream"
"X-Amz-Id-2": "ksd9HHdqOV6cpqnIN7HoALEdx0uRmmcSsYcgpb0z6c22Ky5X6K/pgRl9KcLjIYqI3iOu1MYmZ0A="
"X-Amz-Version-Id": "u_mh7BvGWXf7Mp.CICOd.KIAi2oITr2Q"
"Server": "cloudflare"
"Cf-Ray": "8edb6f5b1ab1f8f4-SIN"
"Content-Length": "1103"
"Cf-Cache-Status": "HIT"
"Age": "195927"
"Cache-Control": "public, max-age=14400"
"Vary": "Accept-Encoding"
"X-Amz-Request-Id": "B7DB1EQRQP9HB55D"
"X-Amz-Server-Side-Encryption": "AES256"
"Date": "Fri, 06 Dec 2024 10:01:30 GMT"
< Response body:
Response body of content type "application/octet-stream" is not printed
Copied b2e41233fcb4 application/vnd.docker.image.rootfs.diff.tar.gzip
Copied 815d6b7f925a application/vnd.docker.image.rootfs.diff.tar.gzip
Copying e75b1b0b6308 application/vnd.docker.distribution.manifest.v2+json
Copied e75b1b0b6308 application/vnd.docker.distribution.manifest.v2+json
Copied b79a100b554b application/vnd.docker.image.rootfs.diff.tar.gzip
Copying 5e44bb920261 application/vnd.docker.distribution.manifest.v2+json
Copied 5e44bb920261 application/vnd.docker.distribution.manifest.v2+json
Copying 305243c73457 application/vnd.oci.image.index.v1+json
Copied 305243c73457 application/vnd.oci.image.index.v1+json
Copied [registry] docker.io/library/hello-world:latest => [oci-layout] hello
Digest: sha256:305243c734571da2d100c8c8b3c3167a098cab6049c9a5b066b6021a60fcb966 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with suggestions
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1535, fixes #1091, fixes #911
Please check the following list: