1PACKIT BUILD IN-IMAGE-pBaUcIkLiDtERb(u1i)ld in-image-builPdAeCrKIMTanBuUaIlLD IN-IMAGE-BUILDER(1)
2
3
4
6 packit-build-in-image-builder - Create a VM image in Image Builder.
7
9 packit build in-image-builder [OPTIONS] IMAGE_NAME [PATH_OR_URL]
10
12 Create a VM image in Image Builder.
13
14 ### EXPERIMENTAL ###
15
16 This command is experimental and the integration with Image Builder
17 will be
18 changed in a backwards incompatible way in the future.
19
20 Packit loads image build configuration from your packit.yaml file.
21
22 When `--job-config-index` is not specified, the job configuration
23 is loaded from your
24 .packit.yaml and the first matching vm_image_build job is used.
25
26 IMAGE_NAME is the name of the image to be created. Please pick
27 something unique so it's
28 easy to identify for you in the Image Builder interface and can be
29 well associated
30 with the image content.
31
32 [PATH_OR_URL] argument is a local path or a URL to the upstream git
33 repository,
34 it defaults to the current working directory
35
36
38 --job-config-index INTEGER
39 Use N-th job definition to load configuration for the image
40 build. The type needs to be vm_image_build.
41
42 --wait / --no-wait
43 Wait for the build to finish
44
45 -p, --package TEXT
46 Package to build, if more than one available, like in a monorepo
47 configuration. Use it multiple times to select multiple pack‐
48 ages.Defaults to all the packages listed inside the config.
49
50
51
520.87.1 2023-11-30 PACKIT BUILD IN-IMAGE-BUILDER(1)