table on container image view with multi arch on smal screens do not scale #11499

Closed
opened 2025-11-02 09:39:26 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @6543 on GitHub (Aug 21, 2023).

Originally assigned to: @nakulbh on GitHub.

tested against gitea versions: 1.21.0+dev-559-g3b129aaa80, 1.20.2

the hash should have text-overflow: ellipsis; or something like that ....

image

Originally created by @6543 on GitHub (Aug 21, 2023). Originally assigned to: @nakulbh on GitHub. tested against gitea versions: `1.21.0+dev-559-g3b129aaa80`, `1.20.2` the hash should have `text-overflow: ellipsis;` or something like that .... ![image](https://github.com/go-gitea/gitea/assets/24977596/93529536-4329-4fba-a751-2f2d9f297e0d)
GiteaMirror added the topic/uiissue/needs-feedbacktype/bug labels 2025-11-02 09:39:26 -06:00
Author
Owner

@puni9869 commented on GitHub (Aug 31, 2023):

QQ. How to push the docker image?
PS already gone though the docs.

@puni9869 commented on GitHub (Aug 31, 2023): QQ. How to push the docker image? PS already gone though the docs.
Author
Owner

@Dev79844 commented on GitHub (Oct 11, 2023):

@6543 Please tell me how can I reproduce this issue

@Dev79844 commented on GitHub (Oct 11, 2023): @6543 Please tell me how can I reproduce this issue
Author
Owner

@nakulbh commented on GitHub (Oct 13, 2023):

can you assign this issue to me

@nakulbh commented on GitHub (Oct 13, 2023): can you assign this issue to me
Author
Owner

@6543 commented on GitHub (Oct 14, 2023):

QQ. How to push the docker image? PS already gone though the docs.

Just push a multiarch image to the build-in registry

@6543 commented on GitHub (Oct 14, 2023): > QQ. How to push the docker image? PS already gone though the docs. Just push a multiarch image to the build-in registry
Author
Owner

@me-heer commented on GitHub (Dec 26, 2023):

Hello, I am trying to reproduce this issue but I am not able to push to the built-in registry.

I have setup gitea on my local using the installation guide.

I am following this guide to push a docker image, for which, I have to login to my private registry first.

app.ini

[server]
SSH_DOMAIN = localhost
DOMAIN = gitea.example.com
HTTP_PORT = 3000
ROOT_URL = http://gitea.example.com/

Steps I took:

$ docker login -u mihir -p 12345678 gitea.example.com
Login Succeeded

$ docker image tag hello-world:latest gitea.example.com:3000/mihir/hello-world:latest

$ docker push gitea.example.com:3000/mihir/hello-world:latest
The push refers to repository [gitea.example.com:3000/mihir/hello-world]
12660636fe55: Retrying in 8 seconds

The docker push command keeps on retrying and eventually fails.

I changed the log level to TRACE, and I found these logs whenever I try to push my image:

2023/12/26 22:57:48 ...s/process/manager.go:188:Add() [T] Start 658b0d14: GET: /v2/ (request)
2023/12/26 22:57:48 ...eb/routing/logger.go:47:func1() [T] router: started   GET /v2/ for 127.0.0.1:64403
2023/12/26 22:57:48 ...eb/routing/logger.go:102:func1() [I] router: completed GET /v2/ for 127.0.0.1:64403, 401 Unauthorized in 0.1ms @ container/container.go:118(container.ReqContainerAccess)
2023/12/26 22:57:48 ...s/process/manager.go:231:remove() [T] Done 658b0d14: GET: /v2/

I have also added the following line at the bottom of my /etc/hosts:

127.0.0.1       gitea.example.com

Version Info:
Gitea version: 1.22.0+dev-467-g907c97aab built with GNU Make 3.81, go1.21.0
System Version: macOS 14.1.1 (23B81)

@me-heer commented on GitHub (Dec 26, 2023): Hello, I am trying to reproduce this issue but I am not able to push to the built-in registry. I have setup gitea on my local using the [installation guide](https://docs.gitea.com/development/hacking-on-gitea). I am following this [guide](https://docs.gitea.com/usage/packages/container) to push a docker image, for which, I have to login to my private registry first. **app.ini** ``` [server] SSH_DOMAIN = localhost DOMAIN = gitea.example.com HTTP_PORT = 3000 ROOT_URL = http://gitea.example.com/ ``` Steps I took: ``` $ docker login -u mihir -p 12345678 gitea.example.com Login Succeeded $ docker image tag hello-world:latest gitea.example.com:3000/mihir/hello-world:latest $ docker push gitea.example.com:3000/mihir/hello-world:latest The push refers to repository [gitea.example.com:3000/mihir/hello-world] 12660636fe55: Retrying in 8 seconds ``` The `docker push` command keeps on retrying and eventually fails. I changed the log level to TRACE, and I found these logs whenever I try to push my image: ``` 2023/12/26 22:57:48 ...s/process/manager.go:188:Add() [T] Start 658b0d14: GET: /v2/ (request) 2023/12/26 22:57:48 ...eb/routing/logger.go:47:func1() [T] router: started GET /v2/ for 127.0.0.1:64403 2023/12/26 22:57:48 ...eb/routing/logger.go:102:func1() [I] router: completed GET /v2/ for 127.0.0.1:64403, 401 Unauthorized in 0.1ms @ container/container.go:118(container.ReqContainerAccess) 2023/12/26 22:57:48 ...s/process/manager.go:231:remove() [T] Done 658b0d14: GET: /v2/ ``` I have also added the following line at the bottom of my /etc/hosts: ``` 127.0.0.1 gitea.example.com ``` Version Info: `Gitea version: 1.22.0+dev-467-g907c97aab built with GNU Make 3.81, go1.21.0` `System Version: macOS 14.1.1 (23B81)`
Author
Owner

@wxiaoguang commented on GitHub (Dec 22, 2024):

It should have been fixed because now it only shows truncated digest

@wxiaoguang commented on GitHub (Dec 22, 2024): It should have been fixed because now it only shows truncated digest
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11499