You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functioning Harbor installation (Version 2.9.0) also set up via Helm
Persistent Volume Claims (PVCs) provided by ceph's csi-cephfs.
Objective:
I'm attempting to push large Docker images (e.g., freesurfer/freesurfer:7.2.0, which is almost 5 Gb) to Harbor. While pushing small images works seamlessly, I encounter difficulties with large images.
Attempts Made:
Increased the size of PVCs within the Kubernetes cluster (e.g. for the registry to 50 Gb, all other PVCs to 15 Gb)
Attempted pushing using both Docker and Podman; both retried several times before failing.
The only error message that could be useful I received from Skopeo:
It maybe related to the network timeout, because I can upload the same image to Harbor installed with docker-compose.
see issue: #17908 or #15751. you should check the timeout setting in the LB/Ingress etc.
Setup:
Objective:
I'm attempting to push large Docker images (e.g., freesurfer/freesurfer:7.2.0, which is almost 5 Gb) to Harbor. While pushing small images works seamlessly, I encounter difficulties with large images.
Attempts Made:
Increased the size of PVCs within the Kubernetes cluster (e.g. for the registry to 50 Gb, all other PVCs to 15 Gb)
Attempted pushing using both Docker and Podman; both retried several times before failing.
The only error message that could be useful I received from Skopeo:
Any insights or guidance on this issue would be greatly appreciated, the Harbor installation is for my use case unusable because of this.
Am I missing something? Is there an image size limit? An upload timeout?
The text was updated successfully, but these errors were encountered: