3 Commits

Author SHA1 Message Date
cb475b82ab [3.0] bump go module to v3
We missed bumping the go module, so let's do it now :)

    Automated go code with github.com/sirkon/go-imports-rename
    Manually via vgrep podman/v2 the rest

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-02-22 16:03:22 +01:00
6470f97015 Enable golint linter
Use the golint linter and fix the reported problems.

[NO TESTS NEEDED]

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-02-18 11:09:50 -05:00
adcb3a7a60 remote copy
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>
2020-12-18 12:08:49 +01:00