error when push image to registry => Container registry #11204

Closed
opened 2025-11-02 09:30:44 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @MeysamMoghaddam on GitHub (Jul 11, 2023).

Description

error when push image to registry

error parsing HTTP 400 response body: unexpected end of JSON input: ""

Gitea Version

1.19.4

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

Screenshot 2023-07-11 181605

Git Version

No response

Operating System

windows

How are you running Gitea?

docker
with docker compose
version: "3"

name: gitea

networks:
gitea:
external: false

volumes:
org_ostgresql_data:
driver: local
org_gitea_data:
driver: local

services:
server:
image: gitea/gitea:1.19.4
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- GITEA__database__DB_TYPE=postgres
- GITEA__database__HOST=db:5432
- GITEA__database__NAME=mygitea
- GITEA__database__USER=mygitea
- GITEA__database__PASSWD=mygitea
restart: always
networks:
- gitea
volumes:
- org_gitea_data:/data
ports:
- "7000:3000"
- "444:22"
depends_on:
- db

db:
image: postgres:14
container_name: postgressql
restart: always
environment:
- POSTGRES_USER=mygitea
- POSTGRES_PASSWORD=mygitea
- POSTGRES_DB=mygitea
networks:
- gitea
volumes:
- org_ostgresql_data:/var/lib/postgresql/data

Database

PostgreSQL

Originally created by @MeysamMoghaddam on GitHub (Jul 11, 2023). ### Description error when push image to registry `error parsing HTTP 400 response body: unexpected end of JSON input: ""` ### Gitea Version 1.19.4 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ![Screenshot 2023-07-11 181605](https://github.com/go-gitea/gitea/assets/65253484/cd39f84e-b6aa-483d-b153-4616a2cf70f0) ### Git Version _No response_ ### Operating System windows ### How are you running Gitea? docker with docker compose version: "3" name: gitea networks: gitea: external: false volumes: org_ostgresql_data: driver: local org_gitea_data: driver: local services: server: image: gitea/gitea:1.19.4 container_name: gitea environment: - USER_UID=1000 - USER_GID=1000 - GITEA__database__DB_TYPE=postgres - GITEA__database__HOST=db:5432 - GITEA__database__NAME=mygitea - GITEA__database__USER=mygitea - GITEA__database__PASSWD=mygitea restart: always networks: - gitea volumes: - org_gitea_data:/data ports: - "7000:3000" - "444:22" depends_on: - db db: image: postgres:14 container_name: postgressql restart: always environment: - POSTGRES_USER=mygitea - POSTGRES_PASSWORD=mygitea - POSTGRES_DB=mygitea networks: - gitea volumes: - org_ostgresql_data:/var/lib/postgresql/data ### Database PostgreSQL
GiteaMirror added the topic/packagesissue/needs-feedback labels 2025-11-02 09:30:44 -06:00
Author
Owner

@KN4CK3R commented on GitHub (Jul 11, 2023):

Is that image public so I can try it myself? Without more info, I don't think we can help.

@KN4CK3R commented on GitHub (Jul 11, 2023): Is that image public so I can try it myself? Without more info, I don't think we can help.
Author
Owner

@GiteaBot commented on GitHub (Sep 8, 2023):

We close issues that need feedback from the author if there were no new comments for a month. 🍵

@GiteaBot commented on GitHub (Sep 8, 2023): We close issues that need feedback from the author if there were no new comments for a month. :tea:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11204