Skip to content

Commit 081c52c

Browse files
supakeenlzap
authored andcommitted
cmd: drop "bootc is experimental"
This is a left over that we should no longer be showing. Both PRs have been merged and it's especially confusing now that we're publically stating our timelines and asking users to migrate. Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
1 parent fac5206 commit 081c52c

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

cmd/image-builder/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,6 @@ func cmdManifestWrapper(pbar progress.ProgressBar, cmd *cobra.Command, args []st
270270
if err != nil {
271271
return nil, err
272272
}
273-
// XXX: remove once https://github.com/osbuild/images/pull/1797
274-
// and https://github.com/osbuild/bootc-image-builder/pull/1014
275-
// are merged
276-
if bootcRef != "" {
277-
fmt.Fprintln(os.Stderr, "WARNING: bootc support is experimental")
278-
}
279273

280274
// no error check here as this is (deliberately) not defined on
281275
// "manifest" (if "images" learn to set the output filename in

doc/01-usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ When this happens you'll be presented with an error:
198198

199199
```console
200200
$ sudo image-builder build --bootc-ref quay.io/fedora/fedora-bootc:rawhide qcow2
201-
WARNING: bootc support is experimental
202201
[|] Manifest generation step
203202
Message: Building manifest for bootc-based-qcow2
204203
error: no default fs set: mount "/boot" requires a filesystem but none set

0 commit comments

Comments
 (0)