spiegel_podman/pkg/api/handlers/libpod
Miloslav Trmač 4314b1c344 Fix transferring data using tar
Instead of relying on the remote server to create tar files
with the right account IDs (which the remote server doesn't
even know, when the client and server run under different accounts),
have the remote client ignore the account IDs when unpacking.

Then just hard-code 0 in the remote server, so that the remote
server's account identity does not leak in the tar file contents.

Compare https://github.com/containers/image/issues/1627 .

[NO NEW TESTS NEEDED] : https://github.com/containers/podman/pull/18563
suggests that existing tests already cover these code paths / properties.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-11-28 20:44:17 +01:00
..
containers.go Add missing return after errors 2023-02-06 20:32:06 +01:00
containers_create.go Check for image with /libpod/containers/create 2023-10-09 13:07:24 -04:00
containers_stats.go Fix: use --all in podman stats to get all containers stats 2023-07-26 09:41:14 +03:00
generate.go Add --podman-only flag to podman generate kube 2023-07-14 09:35:59 -04:00
healthcheck.go Add support for startup healthchecks 2022-11-28 13:30:29 -05:00
images.go Fix transferring data using tar 2023-11-28 20:44:17 +01:00
images_pull.go api: add compatMode paramenter to libpod's pull endpoint 2023-10-11 10:58:05 +02:00
images_push.go push, manifest-push: --force-compression must be true with --compression-format 2023-08-28 16:41:13 +05:30
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
kube.go podman kube play --replace should force removal of pods and containers 2023-10-27 07:29:53 -04:00
manifests.go Remove a dependency on libimage from pkg/bindings 2023-08-29 12:45:55 +02:00
networks.go Add missing return after errors 2023-02-06 20:32:06 +01:00
play.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
pods.go Merge pull request #19066 from Luap99/ps 2023-07-14 13:17:59 +02:00
secrets.go Add --replace flag to podman secret create 2023-07-09 07:26:09 -04:00
swagger_spec.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
system.go Add podman system prune --external 2022-12-05 18:09:21 +01:00
volumes.go Add since as valid filter option for volume subcommands 2023-07-18 14:52:42 -04:00