bootc-container-lint - Man Page

bootc-container-lint - Perform relatively inexpensive static analysis checks as part of a container build

Synopsis

bootc container lint [Options...]

Description

Perform relatively inexpensive static analysis checks as part of a container build.

This is intended to be invoked via e.g. RUN bootc container lint as part of a build process; it will error if any problems are detected.

Options

--rootfs=ROOTFS

Operate on the provided rootfs

Default: /

--fatal-warnings

Make warnings fatal

--list

Instead of executing the lints, just print all available lints. At the current time, this will output in YAML format because it's reasonably human friendly. However, there is no commitment to maintaining this exact format; do not parse it via code or scripts

--skip=SKIP

Skip checking the targeted lints, by name. Use `--list` to discover the set of available lints

--no-truncate

Don't truncate the output. By default, only a limited number of entries are shown for each lint, followed by a count of remaining entries

Version

v1.11.0