Skip to content
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

merging manifest list error #3568

Closed
chenlein opened this issue Feb 2, 2023 · 1 comment
Closed

merging manifest list error #3568

chenlein opened this issue Feb 2, 2023 · 1 comment

Comments

@chenlein
Copy link

chenlein commented Feb 2, 2023

  • docker version
# docker version
Client:
 Cloud integration: v1.0.29
 Version:           20.10.22
 API version:       1.41
 Go version:        go1.18.9
 Git commit:        3a2c30b
 Built:             Thu Dec 15 22:28:41 2022
 OS/Arch:           darwin/amd64
 Context:           default
 Experimental:      true

Server: Docker Desktop 4.16.2 (95914)
 Engine:
  Version:          20.10.22
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.9
  Git commit:       42c8b31
  Built:            Thu Dec 15 22:26:14 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.14
  GitCommit:        9ba4b250366a5ddde94bb7c9d1def331423aa323
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
  • buildx
# docker buildx ls
NAME/NODE       DRIVER/ENDPOINT            STATUS  BUILDKIT PLATFORMS
dmcca-builder * remote                                      
  builder-amd64 tcp://192.168.113.10:31108 running v0.11.2  linux/amd64*, linux/amd64/v2, linux/amd64/v3, linux/386
  builder-arm64 tcp://192.168.155.30:30199 running v0.11.2  linux/arm64*
default         docker                                      
  default       default                    running 20.10.22 linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
desktop-linux   docker                                      
  desktop-linux desktop-linux              running 20.10.22 linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
  • harbor version: v2.5.0
  • docker buildx build
# docker buildx build --builder=dmcca-builder --platform=linux/amd64,linux/arm64 --push --progress=plain -t harbor.dameng.io/dmcca/centos:7.9.2009 .  
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 137B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [internal] load build definition from Dockerfile
#4 transferring dockerfile: 137B done
#4 DONE 0.1s

#5 [linux/amd64 internal] load metadata for docker.io/library/centos:7.9.2009
#5 DONE 0.0s

#6 [linux/amd64 1/2] FROM docker.io/library/centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
#6 resolve docker.io/library/centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 done
#6 DONE 0.0s

#7 [linux/amd64 2/2] RUN echo aa
#7 CACHED

#8 [linux/arm64 internal] load metadata for docker.io/library/centos:7.9.2009
#8 DONE 0.1s

#9 exporting to image
#9 exporting layers done
#9 exporting manifest sha256:dcf2c042256657abb37122d70f3d87a7c68dbd56aea5b2b180bce115249aa8cb done
#9 exporting config sha256:6ff4bc89addedc613e9e15ec9eebda1ddd35883a4f70db0293068b8d2f692a83 done
#9 exporting attestation manifest sha256:9aa98f8212320305f9f56a6d7273895fbc78ffdd840397297e83b2693eafa2ff 0.0s done
#9 exporting manifest list sha256:820cf1e44b56c21c1e52202990994bc7f794787f33c4579347ae4adb0bc3a69f done
#9 pushing layers
#9 ...

#10 [linux/arm64 1/2] FROM docker.io/library/centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
#10 resolve docker.io/library/centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
#10 DONE 0.0s

#11 [linux/arm64 2/2] RUN echo aa
#11 CACHED

#12 exporting to image
#12 exporting layers done
#12 exporting manifest sha256:9a6be789c596859617344795aa2d3322c5556c653d9319a7e78fc4c1be8c30e3 done
#12 exporting config sha256:7752f3d0e74f3e4e1a228e07766bdf1cabbf820b5c4a1df8cdd8be5f1950c67e done
#12 exporting attestation manifest sha256:141279f65e72bfd13e9ab35d592a046e19f862975b40ca94ea6c71074911c72b 0.1s done
#12 exporting manifest list sha256:20ac4dd723e16fe8a680b2b9f5ac62b4f2c0f7d469e7fb6d6f0df4f0a7306e22 0.0s done
#12 pushing layers 0.1s done
#12 pushing manifest for harbor.dameng.io/dmcca/centos
#12 pushing manifest for harbor.dameng.io/dmcca/centos 0.2s done
#12 DONE 0.4s

#9 exporting to image
#9 pushing layers 0.3s done
#9 pushing manifest for harbor.dameng.io/dmcca/centos 0.2s done
#9 DONE 0.6s

#13 merging manifest list harbor.dameng.io/dmcca/centos:7.9.2009
#13 ERROR: httpReadSeeker: failed open: content at https://harbor.dameng.io/v2/dmcca/centos/manifests/sha256:20ac4dd723e16fe8a680b2b9f5ac62b4f2c0f7d469e7fb6d6f0df4f0a7306e22 not found: not found
------
 > merging manifest list harbor.dameng.io/dmcca/centos:7.9.2009:
------

image

@chenlein chenlein closed this as completed Feb 2, 2023
@chenlein
Copy link
Author

chenlein commented Feb 2, 2023

ref docker/buildx#1519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant