Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]

[dependencies]
# Internal crates
bootc-lib = { version = "1.8", path = "../lib" }
bootc-lib = { version = "1.9", path = "../lib" }
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }

# Workspace dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "bootc-lib"
repository = "https://github.com/bootc-dev/bootc"
# The intention is we'll follow semver here, even though this
# project isn't actually published as a crate.
version = "1.8.0"
version = "1.9.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
rust-version = "1.82.0"
Expand Down
26 changes: 26 additions & 0 deletions docs/src/man/bootc-container-lint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

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

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-container - Operations which can be executed as part of a container build

# SYNOPSIS

**bootc container** [*OPTIONS*]

# DESCRIPTION

Operations which can be executed as part of a container build

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-edit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-edit - Apply full changes to the host specification

# SYNOPSIS

**bootc edit** [*OPTIONS*]

# DESCRIPTION

Apply full changes to the host specification

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-ensure-completion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-ensure-completion - Intended for use in environments that are performing an ostree-based installation, not bootc

# SYNOPSIS

**bootc install ensure-completion** [*OPTIONS*]

# DESCRIPTION

Intended for use in environments that are performing an ostree-based installation, not bootc

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-finalize.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-finalize - Execute this as the penultimate step of an installation using `install to-filesystem`

# SYNOPSIS

**bootc install finalize** [*OPTIONS*]

# DESCRIPTION

Execute this as the penultimate step of an installation using `install to-filesystem`

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-print-configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-print-configuration - Output JSON to stdout that contains the merged installation configuration as it may be relevant to calling processes using `install to-filesystem` that in particular want to discover the desired root filesystem type from the container image

# SYNOPSIS

**bootc install print-configuration** [*OPTIONS*]

# DESCRIPTION

Output JSON to stdout that contains the merged installation configuration as it may be relevant to calling processes using `install to-filesystem` that in particular want to discover the desired root filesystem type from the container image

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-to-disk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-to-disk - Install to the target block device

# SYNOPSIS

**bootc install to-disk** [*OPTIONS*]

# DESCRIPTION

Install to the target block device

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-to-existing-root.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-to-existing-root - Install to the host root filesystem

# SYNOPSIS

**bootc install to-existing-root** [*OPTIONS*]

# DESCRIPTION

Install to the host root filesystem

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install-to-filesystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install-to-filesystem - Install to an externally created filesystem structure

# SYNOPSIS

**bootc install to-filesystem** [*OPTIONS*]

# DESCRIPTION

Install to an externally created filesystem structure

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-install - Install the running container to a target

# SYNOPSIS

**bootc install** [*OPTIONS*]

# DESCRIPTION

Install the running container to a target

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-rollback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-rollback - Change the bootloader entry ordering; the deployment under `rollback` will be queued for the next boot, and the current will become rollback. If there is a `staged` entry (an unapplied, queued upgrade) then it will be discarded

# SYNOPSIS

**bootc rollback** [*OPTIONS*]

# DESCRIPTION

Change the bootloader entry ordering; the deployment under `rollback` will be queued for the next boot, and the current will become rollback. If there is a `staged` entry (an unapplied, queued upgrade) then it will be discarded

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-status - Display status

# SYNOPSIS

**bootc status** [*OPTIONS*]

# DESCRIPTION

Display status

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
26 changes: 26 additions & 0 deletions docs/src/man/bootc-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NAME

bootc-switch - Target a new container image reference to boot

# SYNOPSIS

**bootc switch** [*OPTIONS*]

# DESCRIPTION

Target a new container image reference to boot

<!-- BEGIN GENERATED OPTIONS -->
<!-- END GENERATED OPTIONS -->

# EXAMPLES

TODO: Add practical examples showing how to use this command.

# SEE ALSO

**bootc**(8)

# VERSION

<!-- VERSION PLACEHOLDER -->
Loading