Files
podman/pkg
Vladimir Kochnev e6ebfbd1e0 Set TLSVerify=true by default for API endpoints
Option defaults in API must be the same as in CLI.

```
% podman image push --help
% podman image pull --help
% podman manifest push --help
% podman image search --help
```

All of these CLI commands them have --tls-verify=true by default:
```
--tls-verify  require HTTPS and verify certificates when accessing the registry (default true)
```

As for `podman image build`, it doesn't have any means to control
`tlsVerify` parameter but it must be true by default.

Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru>
2022-07-26 14:44:05 -04:00
..
2022-03-22 13:04:35 +01:00
2022-06-27 12:57:44 +01:00
2022-06-14 16:29:42 +02:00
2022-07-26 14:27:07 -04:00
2022-04-26 18:12:22 +02:00
2022-07-26 14:24:49 -04:00
2022-04-26 18:12:22 +02:00