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

podman-remote: commit: not tagging #7114

Closed
edsantiago opened this issue Jul 28, 2020 · 2 comments
Closed

podman-remote: commit: not tagging #7114

edsantiago opened this issue Jul 28, 2020 · 2 comments
Labels
HTTP API Bug is in RESTful API kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote

Comments

@edsantiago
Copy link
Member

In window 1:

$ ./bin/podman system service --timeout=0

In window 2:

$ ./bin/podman-remote run --name a alpine true
$ ./bin/podman-remote commit a b
f95ed969832cf49b012d33ffa3e4e020df892d3acde8fb9e6167c176ec4d25eb
$ ./bin/podman-remote  images
REPOSITORY                    TAG     IMAGE ID      CREATED             SIZE
<none>                        <none>  f95ed969832c  About a minute ago  5.85 MB    <---- missing tags
docker.io/library/alpine      latest  a24bb4013296  8 weeks ago         5.85 MB

Expected:

REPOSITORY                    TAG     IMAGE ID      CREATED        SIZE
localhost/b                   latest  feb57509edd1  4 seconds ago  5.85 MB
docker.io/library/alpine      latest  a24bb4013296  8 weeks ago    5.85 MB

master @ 288ebec, root & rootless

@edsantiago
Copy link
Member Author

It's a string length problem??!? If I commit as bb (two characters), it works fine:

$ ./bin/podman-remote commit a bb
72c80484d8679099965be00d4f0e108bb878946a02aa917520120d501fdb1992
$ ./bin/podman-remote images
REPOSITORY                    TAG     IMAGE ID      CREATED        SIZE
localhost/bb                  latest  72c80484d867  4 seconds ago  5.85 MB

@mheon mheon added HTTP API Bug is in RESTful API kind/bug Categorizes issue or PR as related to a bug. remote Problem is in podman-remote labels Jul 28, 2020
@ashley-cui
Copy link
Member

closed via #7158

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
HTTP API Bug is in RESTful API kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote
Projects
None yet
Development

No branches or pull requests

3 participants