From 5e00a89e553c2c5481eb090773869fbb68d2de2a Mon Sep 17 00:00:00 2001 From: schutzbot Date: Fri, 31 Jan 2025 07:20:24 +0000 Subject: [PATCH] Automated developer guide update --- docs/bootc/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/bootc/index.md b/docs/bootc/index.md index 27d13bd2d..c1587e01e 100644 --- a/docs/bootc/index.md +++ b/docs/bootc/index.md @@ -65,7 +65,6 @@ sudo podman run \ -v /var/lib/containers/storage:/var/lib/containers/storage \ quay.io/centos-bootc/bootc-image-builder:latest \ --type qcow2 \ - --local \ --use-librepo=True \ quay.io/centos-bootc/centos-bootc:stream9 ``` @@ -141,7 +140,6 @@ Flags: --progress string type of progress bar to use (e.g. verbose,term) (default "auto") --rootfs string Root filesystem type. If not given, the default configured in the source container image is used. --target-arch string build for the given target architecture (experimental) - --tls-verify require HTTPS and verify certificates when contacting registries (default true) --type stringArray image types to build [ami, anaconda-iso, gce, iso, qcow2, raw, vhd, vmdk] (default [qcow2]) --version version for bootc-image-builder @@ -158,7 +156,6 @@ Global Flags: | --output | output the artifact into the given output directory | `.` | | --progress | Show progress in the given format, supported: verbose,term,debug. If empty it is auto-detected | `auto` | | **--rootfs** | Root filesystem type. Overrides the default from the source container. Supported values: ext4, xfs, btrfs | ❌ | -| --tls-verify | Require HTTPS and verify certificates when contacting registries | `true` | | **--type** | [Image type](#-image-types) to build (can be passed multiple times) | `qcow2` | | --target-arch | [Target arch](#-target-architecture) to build | ❌ | | --log-level | Change log level (debug, info, error) | `error` |