Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
MeysamMoghaddam opened this issue Jul 11, 2023 · 2 comments
Closed

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

MeysamMoghaddam opened this issue Jul 11, 2023 · 2 comments
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail topic/packages

Comments

@MeysamMoghaddam
Copy link

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

@KN4CK3R KN4CK3R added issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail topic/packages and removed type/bug labels Jul 11, 2023
@KN4CK3R
Copy link
Member

KN4CK3R commented Jul 11, 2023

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

@GiteaBot
Copy link
Collaborator

GiteaBot commented Sep 8, 2023

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

@GiteaBot GiteaBot closed this as completed Sep 8, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail topic/packages
Projects
None yet
Development

No branches or pull requests

3 participants