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
$ docker pull alpine:3.21
$ docker tag alpine:3.21 127.0.0.1:5000/alpine:3.21
$ docker push 127.0.0.1:5000/alpine:3.21
The push refers to repository [127.0.0.1:5000/alpine]
3e01818d79cd: Pushed
manifest invalid: manifest invalid
Here's the docker daemon log (journalctl -u docker)
Dez 27 04:26:59 yamai dockerd[813]: time="2024-12-27T04:26:59.657866884+01:00" level=info msg="Attempting next endpoint for push after error: Get \"https://127.0.0.1:5000/v2/\": http: server gave HTTP response to HTTPS client" spanID=f39c2e55900e5144 traceID=5a5fa33ea25060f4f4219c898ed28792
Dez 27 04:27:00 yamai dockerd[813]: time="2024-12-27T04:27:00.717648010+01:00" level=error msg="Not continuing with push after error: manifest invalid: manifest invalid" spanID=f39c2e55900e5144 traceID=5a5fa33ea25060f4f4219c898ed28792
The full Zot log with verbose S3-Client logging enabled is attached: zot.log
Expected behavior
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
zot version
v2.1.1
Describe the bug
I'm trying to set up a Zot registry on top of Hetzner S3 which is backed by Ceph. Zot fails whenever I'm trying to push an image.
To reproduce
Here's my Zot config. It's deployed on Kubernetes using the official Helm chart
Let's try to push an image:
Here's the docker daemon log (
journalctl -u docker
)The full Zot log with verbose S3-Client logging enabled is attached: zot.log
Expected behavior
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: