mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-03 22:27:52 +00:00
Support downloading files, for instance via `podman load -i server.com/image.tar`. The specified URL is downloaded in the frontend and stored as a temp file that gets passed down to the backend. Also vendor in c/common@main to use the new `pkg/download`. Fixes: #11970 Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_darwin.go | ||
| config_linux.go | ||
| config_local.go | ||
| config_remote.go | ||
| config_unsupported.go | ||
| config_windows.go | ||
| containers.conf | ||
| default.go | ||
| default_linux.go | ||
| default_unsupported.go | ||
| nosystemd.go | ||
| pull_policy.go | ||
| systemd.go | ||
| util_supported.go | ||
| util_windows.go | ||