From 675a6dabbb0e090f30e3296ff6babbaea602806e Mon Sep 17 00:00:00 2001 From: kapr200 Date: Thu, 3 Oct 2024 14:52:35 +0200 Subject: [PATCH] Adjust parameters for VM image_build Related to packit/packit#1966 --- docs/configuration/upstream/vm_image_build.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration/upstream/vm_image_build.md b/docs/configuration/upstream/vm_image_build.md index ce8962af73..479b3d0993 100644 --- a/docs/configuration/upstream/vm_image_build.md +++ b/docs/configuration/upstream/vm_image_build.md @@ -11,8 +11,6 @@ sidebar_position: 4 ## Required parameters -* **copr_chroot** - name of the chroot to use for installing packages in the image - Image Parameters (Packit does not sanitize these and just passes them to Image Builder; check [Image Builder's API documentation](https://console.redhat.com/docs/api/image-builder) for details). @@ -25,6 +23,7 @@ documentation](https://console.redhat.com/docs/api/image-builder) for details). * **owner** - Copr project owner * **project** - Copr project name +* **copr_chroot** - name of the chroot to use for installing packages in the image Image builds are only triggered after a collaborator places a comment `/packit vm-image-build` in a pull request. The image builds are **NOT** submitted