Closed
Description
Description
EOF error when pushing Docker images to Gitea 1.24.1 registry (works fine in 1.24.0)
Description
When pushing Docker images to the Gitea registry on version 1.24.1, the push fails with an unexpected EOF
error. The same workflow works without issues on version 1.24.0.
Steps to reproduce
- Build Docker image with
docker build
- Log in to the Gitea registry with
docker login
- Push the image using
docker push
- Push fails with
ERROR: EOF
Expected behavior
Docker image should push successfully, as it does in Gitea 1.24.0.
Actual behavior
Push is interrupted by an unexpected EOF
, resulting in incomplete upload.
Environment
- Gitea version 1.24.1 (failing)
- Gitea version 1.24.0 (working)
- Docker version 28.2.2
- Local network and storage, no MTU or network issues
Please investigate and fix this regression as it breaks CI/CD workflows relying on Docker image pushes.
Gitea Version
1.24.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Version 1.24.1
Version 1.24.0
Git Version
No response
Operating System
Docker Linux x86
How are you running Gitea?
Docker Compose
Database
PostgreSQL