-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman and harbor ui doesn't play well together #1792
Comments
What is your expectation of this issue you've written? |
@baude afaik podman should be docker compatible , so my expectation is that i can use any registry with podman as i can use with docker |
The whole point of Setting (See also: the ridiculous web browser |
I can’t find out why the |
@floriankoch @mtrmac Any movement on this issue? |
@rhatdan No replies at all on goharbor/harbor#5729 asking why this exists (though they did accept a PR to add yet another special case in that code for a different client). c/image does not send a User-Agent value at all, by default; right now it is only set by the calling application, if it wants to (AFAICS OTOH, when the authors won’t even say why that check exists it’s pretty hard to argue that it would be a correct fix, and I am not too thrilled about adding an User-Agent value default for everyone to placate a single seemingly incorrect upstream. Is it possible to detect that the server is Harbor from the headers it sends? If so, we could maybe add a server-specific quirk to send Obviously, always sending |
Harbor has just merged a PR that removes the |
Ok I am going to close then. |
No Problem @floriankoch Keep using podman/libpod and giving us feedback. We want to make the world work for all container engines. |
goharbor/harbor#6689 for the record. |
Is this a BUG REPORT or FEATURE REQUEST?:
kind bug
Description
podman pushes are not visible in the harbor Ui
There is an issue about this goharbor/harbor#5729
(afaik it affects all clients without "docker" as user agent)
Steps to reproduce the issue:
Setup harbor
push an image with docker -> visible in the ui
push an image with podman -> not visible in the ui
Describe the results you received:
podman and docker behavior is differnet
Describe the results you expected:
podman and docker behavior is identical
Additional information you deem important (e.g. issue happens only occasionally):
As i understand, docker uses "docker" as User-Agent, podman does not
Output of
podman version
:Output of
podman info
:The text was updated successfully, but these errors were encountered: