Merge pull request #26718 from ninja-quokka/machine_init_tls_verify

Add support for configuring tls verification with machine init
This commit is contained in:
openshift-merge-bot[bot]
2025-08-09 16:25:14 +00:00
committed by GitHub
10 changed files with 108 additions and 34 deletions

View File

@ -1,5 +1,5 @@
####> This option file is used in:
####> podman artifact pull, artifact push, auto update, build, container runlabel, create, farm build, kube play, login, manifest add, manifest create, manifest inspect, manifest push, pull, push, run, search
####> podman artifact pull, artifact push, auto update, build, container runlabel, create, farm build, kube play, login, machine init, manifest add, manifest create, manifest inspect, manifest push, pull, push, run, search
####> If file is edited, make sure the changes
####> are applicable to all of those.
#### **--tls-verify**

View File

@ -119,6 +119,8 @@ means to use the timezone of the machine host.
The timezone setting is not used with WSL. WSL automatically sets the timezone to the same
as the host Windows operating system.
@@option tls-verify
#### **--usb**=*bus=number,devnum=number* or *vendor=hexadecimal,product=hexadecimal*
Assign a USB device from the host to the VM via USB passthrough.