containerd/cmd/ctr/commands
Kohei Tokunaga 4332794384
Transfer: Registry: Enable plain HTTP
Currenlty transfer service doesn't handle plain HTTP connection.
This commit fixes this issue by propagating
`(core/remotes/docker/config).HostOptions.DefaultScheme` from client to the
transfer service.
This commit also fixes ctr to use this feature for "--plain-http" flag.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2024-04-03 10:46:10 +09:00
..
containers Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
content Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
deprecations Cleanup introspection interface 2024-03-01 23:07:42 -08:00
events Move events to plugins and core 2024-02-27 22:09:20 -08:00
images Transfer: Registry: Enable plain HTTP 2024-04-03 10:46:10 +09:00
info Cleanup introspection interface 2024-03-01 23:07:42 -08:00
install Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
leases Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
namespaces Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
oci Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
plugins Cleanup introspection interface 2024-03-01 23:07:42 -08:00
pprof Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
run Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
sandboxes Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
shim Move shim package to pkg 2024-03-07 10:05:26 -08:00
snapshots Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
tasks Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
version Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
client.go Cleanup introspection interface 2024-03-01 23:07:42 -08:00
cni.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
commands_unix.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
commands_windows.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
commands.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
resolver.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
signals_linux.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
signals_notlinux.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
signals.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00