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: load: loses tag #7124

Closed
edsantiago opened this issue Jul 28, 2020 · 0 comments · Fixed by #7220
Closed

podman-remote: load: loses tag #7124

edsantiago opened this issue Jul 28, 2020 · 0 comments · Fixed by #7220
Labels
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
Collaborator

In window 1:

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

In window 2:

$ ./bin/podman pull alpine
...
$ ./bin/podman save -o /tmp/alpine.tar a24bb401
$ ./bin/podman rmi alpine
Untagged: docker.io/library/alpine:latest
Deleted: a24bb4013296f61e89ba57005a7b3e52274d8edd3ae2077d04395f806b63d83e

$ ./bin/podman-remote load -i /tmp/alpine.tar aaa:bbb   <--- note aaa:bbb
Loaded image(s): @a24bb4013296f61e89ba57005a7b3e52274d8edd3ae2077d04395f806b63d83e

$ ./bin/podman-remote images
REPOSITORY     TAG     IMAGE ID      CREATED      SIZE
localhost/aaa  latest  a24bb4013296  8 weeks ago  5.85 MB
               ^^^^^^ expected 'bbb'
@edsantiago edsantiago added bug remote Problem is in podman-remote kind/bug Categorizes issue or PR as related to a bug. and removed bug labels Jul 28, 2020
baude added a commit to baude/podman that referenced this issue Aug 4, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Aug 4, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Aug 5, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Aug 5, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Signed-off-by: Brent Baude <bbaude@redhat.com>
baude added a commit to baude/podman that referenced this issue Aug 5, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Signed-off-by: Brent Baude <bbaude@redhat.com>
vrothberg pushed a commit to vrothberg/libpod that referenced this issue Aug 11, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Backported-by: Valentin Rothberg <rothberg@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
mheon pushed a commit to mheon/libpod that referenced this issue Aug 17, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Backported-by: Valentin Rothberg <rothberg@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
mheon pushed a commit to mheon/libpod that referenced this issue Aug 17, 2020
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint

Fixes: containers#7124

Backported-by: Valentin Rothberg <rothberg@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
@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
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

Successfully merging a pull request may close this issue.

1 participant