-
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
[APIv2] push: query parameter tag does not work #6388
Comments
There is a diff between the docs and the implementation: While the I vote for not supporting |
@vrothberg i cannot say as to historical use of it? maybe get some team consensus from people on this one? |
We decided to change the docs to reflect the parameters the libpod endpoint actually supports. Namely, there is a I just opened #6403 to correct the docs. |
The swagger documentation for the libpod push endpoint were not in sync with the implementation. Correct these docs to reflect the parameters that are actually supported. Fixes: containers#6388 Signed-off-by: Valentin Rothberg <[email protected]>
The swagger documentation for the libpod push endpoint were not in sync with the implementation. Correct these docs to reflect the parameters that are actually supported. Fixes: containers#6388 Signed-off-by: Valentin Rothberg <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The steps are just like issue #6384 , the difference is using a different tag
mytag
in step 2. Although #6207 is still not merged, I should have the same response after I assignmytag
to query parametertag
in the URL, but I got a 404 - "no such image".Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
at least the same as #6384
Additional information you deem important (e.g. issue happens only occasionally):
always
Output of
podman version
:Output of
podman info --debug
:The text was updated successfully, but these errors were encountered: