containerd/cmd/ctr/commands/images
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
..
convert.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
export.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
images.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
import.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
inspect.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
mount.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
pull.go Transfer: Registry: Enable plain HTTP 2024-04-03 10:46:10 +09:00
push.go Transfer: Registry: Enable plain HTTP 2024-04-03 10:46:10 +09:00
tag.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
unmount.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
usage.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00