Skip to content

EOF error when pushing Docker images to Gitea 1.24.1 registry (works fine in 1.24.0) #34792

Closed
@thethink3r

Description

@thethink3r

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

  1. Build Docker image with docker build
  2. Log in to the Gitea registry with docker login
  3. Push the image using docker push
  4. 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

1.24.1

Version 1.24.0

Version 1.24.0

Git Version

No response

Operating System

Docker Linux x86

How are you running Gitea?

Docker Compose

Database

PostgreSQL

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions