working commit

This commit is contained in:
2026-03-10 13:35:58 +02:00
parent 86e4715a02
commit 338638337d
7 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time" "time"
) )
func TestPullImage(t *testing.T) { func xxxTestPullImage(t *testing.T) {
ctx, _ := context.WithTimeout(context.Background(), 10*time.Second) ctx, _ := context.WithTimeout(context.Background(), 10*time.Second)
cli := NewClient(nil, nil) cli := NewClient(nil, nil)
Binary file not shown.
@@ -0,0 +1 @@
{"schemaVersion":2,"config":{"mediaType":"application/vnd.oci.image.config.v1+json","digest":"sha256:d62b9ecffb49bf810e4ea2233f8ec2118ebefb7eb45256dc5970af4dcf0e2532","size":636},"layers":[{"mediaType":"application/vnd.oci.image.layer.v1.tar+gzip","digest":"sha256:b2d945f03f7d2f026f9c06af9ce50caf241e1da7cb416086f732ba7e20a3056e","size":110}],"annotations":{"org.opencontainers.image.base.digest":"sha256:9294244377145638c442a0b852390a303fd12c1f8db1865ad87070f94bcaa9be","org.opencontainers.image.base.name":""}}
@@ -0,0 +1 @@
{"created":"2025-01-27T10:33:00.147533314Z","architecture":"amd64","os":"linux","config":{"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Entrypoint":["/hello"],"Labels":{"io.buildah.version":"1.23.1"}},"rootfs":{"type":"layers","diff_ids":["sha256:58e43d815c9f9e4f38f585d7cc6b0c8d68fdeddc1f53cd6964c20212f8935541"]},"history":[{"created":"2025-01-27T10:32:59.936459954Z","created_by":"/bin/sh -c #(nop) ADD file:7252a3b4eef0da3f51e2e4cf4e608ea13877becf2436a290d899a3491f974cb3 in / "},{"created":"2025-01-27T10:33:00.14767998Z","created_by":"/bin/sh -c #(nop) ENTRYPOINT [\"/hello\"]","empty_layer":true}]}
+1
View File
@@ -0,0 +1 @@
{"schemaVersion":2,"manifests":[{"mediaType":"application/vnd.oci.image.manifest.v1+json","digest":"sha256:1082b57b2c1c630c4a9c64cf47d61c7faf53ee65bc02b7520418dbb168a60dba","size":513,"annotations":{"org.opencontainers.image.ref.name":"localhost/hello:v1.0.0"}}]}
+1
View File
@@ -0,0 +1 @@
{"imageLayoutVersion": "1.0.0"}