kiwi-boxed-plugin 0.2.28-1 source package in Ubuntu

Changelog

kiwi-boxed-plugin (0.2.28-1) sid; urgency=medium

  * Initial release. (Closes: #1051928)

 -- Isaac True <email address hidden>  Tue, 19 Sep 2023 10:59:17 +0100

Upload details

Uploaded by:
Isaac True
Uploaded to:
Sid
Original maintainer:
Isaac True
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kiwi-boxed-plugin_0.2.28-1.dsc 1.9 KiB c4096ee38e0e43386fc0fdbd2545782e381506770e67e52507a163dc87d32df1
kiwi-boxed-plugin_0.2.28.orig.tar.xz 64.3 KiB 65e08b1c0bd29115dbb8ad5a500897752eb334710fbce28cb051c82b7e4976d3
kiwi-boxed-plugin_0.2.28-1.debian.tar.xz 2.5 KiB 2ec225a57f3fa1e4f992c0c06212c007f51c5797485edabb74d451179fb1312b

No changes file available.

Binary packages built by this source

python3-kiwi-boxed-plugin: KIWI plugin to provide self contained build support

 The KIWI boxed plugin provides support for self contained building of images
 based on fast booting VM images.
 .
 Specifically, this plugin adds the `system boxbuild` subcommand to KIWI as an
 alternative to the `system build` subcommand. This command downloads a
 prebuilt VM image and runs the given KIWI command line inside the VM. The
 operating system powering the VM image can be selected using the `--box`
 argument. The plugin then runs `kiwi system build` inside the VM with all
 arguments that are passed to the `kiwi system boxbuild` command after the
 `--` sequence.
 .
 Example: kiwi system boxbuild --box ubuntu -- <standard KIWI build arguments>
 .
 The boxbuild process requires either `qemu-system-x86` or `qemu-system-arm`,
 depending on which target architecture is being built.