spiegel_podman/pkg/machine/define
Lewis Roy 67ec2037c0
Add support for configuring tls verification with machine init
This patch adds a new --tls-verify flag to the `podman machine init`
sub command which matches many of our other commands. This allows the
user to optionally control whether TLS verification is enabled or
disabled for download of the machine image.

The default remains to leave the TLS verification decision to the
backend library which defaults to enabling it, this patch just
allows the user to explicitly set it on the CLI.

Fixes: #26517

Signed-off-by: Lewis Roy <lewis@redhat.com>
2025-08-05 21:02:28 +10:00
..
config.go Move DefaultMachineName to pkg/machine/define 2024-09-24 15:36:14 -04:00
errors.go pkg/machine: remove deadcode 2025-06-26 19:37:15 +02:00
image_format.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
image_format_test.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
initopts.go Add support for configuring tls verification with machine init 2025-08-05 21:02:28 +10:00
machine_artifact.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
machine_artifact_test.go Refactor key machine objects 2023-11-07 08:30:44 -06:00
setopts.go machine: make more use of strongunits 2024-03-06 16:14:30 +01:00
state.go Podman 5 machine config file - Step 1 2023-12-11 16:26:15 -06:00
usb.go Build tag out QEMU for Darwin 2024-02-15 15:53:06 -05:00
vmfile.go Don't read full VM File before decompressing 2024-03-07 10:11:11 +01:00
vmfile_test.go fix new usetesting lint issue 2025-02-12 11:32:17 +01:00
vmtype.go Add krun support to podman machine 2024-04-26 08:58:38 -05:00
vmtype_test.go pkg/machine: fix various linter warnings 2025-03-31 12:27:55 -07:00