Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Jan 31, 2025
1 parent 4b50cad commit 5e00a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/bootc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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

Expand All @@ -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` |
Expand Down

0 comments on commit 5e00a89

Please sign in to comment.