Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Spelling | Josh Soref | 2020-12-22 |
| | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||
* | remote copy | Valentin Rothberg | 2020-12-18 |
| | | | | | | | | | | | | | | Implement `podman-remote cp` and break out the logic from the previously added `pkg/copy` into it's basic building blocks and move them up into the `ContainerEngine` interface and `cmd/podman`. The `--pause` and `--extract` flags are now deprecated and turned into nops. Note that this commit is vendoring a non-release version of Buildah to pull in updates to the copier package. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | archive: move stat-header handling into copy package | Valentin Rothberg | 2020-12-09 |
Move handling the stat header into `pkg/copy`. All copy-related should ideally be located in this package to increase locality and reduce scattering where possible. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |