-
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
Support "podman-remote cp" #4207
Comments
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
This is still being worked and definitely something we want. |
@rhatdan, still valid with the new v2 API coming? |
Well we want it in V2 API. |
Note that the request mentions varlink explicitly. |
I think you can easily remove "varlink" from the description. The main goal is to have it remotely, no matter with which API |
Perfect! I did that and assigned @baude who is the driving force behind the new v2 API. |
Yes this will be done in V2. |
I used the following workaround, for missing remote functionality:
Even if it is fixed in Podman 2.0, clients will be older 1.x for a while. We will still use the regular "cp" command, when running locally. |
This is still being worked. |
@sshnaidm @afbjorklund @vrothberg @baude Where are we on this one? We now have API V2 and podman cp should be using it. |
Here is what I get, with podman-remote 2.0.6/podman 2.0.5:
Installing latest/greatest podman 2.0.6 (from koji) didn't help... |
There are some weird And the "cp" command only has the ABIMode, assume that is local ? Tried master:
|
@rhatdan I was in the early stages of implementing this one before we went bugs-only |
Ok sorry I thought we were further along. |
A friendly reminder that this issue had no activity for 30 days. |
@jwhonce I think we need you to handle this one. |
Hi, It would be nice to get this feature done, allowing operators to build images using Dockerfiles from their workstations rather than jumping in to servers to build image. This feature will make podman more development friendly, IMHO |
Thanks for reaching out, @holser. I am currently working on it. It's only a matter of polishing a couple of things. |
The PR is merged, closing |
Having limited success, but whatever.
Not sure where this 405 is coming from EDIT: ah, never mind - it was still talking to the old version (i.e. a 3.0.0-dev client talking to the old/regular 2.2.1 server) |
Glad it works for you, @afbjorklund 👍 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Add support for
podman-remote
to copy files from/to containers.Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
It will unblock remote containers execution in ansible podman plugin: ansible/ansible#63166
The text was updated successfully, but these errors were encountered: