Sukarn
Sukarn
BBlueBuild
Created by Sukarn on 8/8/2024 in #questions
What is the `main` image in cli module documentation?
Some modules such as https://blue-build.org/reference/modules/copy/ say that This module is currently only available with the use_unstable_cli option on the GHA or using the main image. When building locally, what does the main image here refer to? Is this tied to using only ublue-main images? I've tried using each of the following 4 images in distrobox.ini, and none of these 4 seems to have any --help option to enable use of type: copy. Building images locally seems to ignore these modules altogether. The four images I've tried and the distrobox.ini configuration:
[bluebuild]
#image=ghcr.io/blue-build/cli:latest-alpine
#image=ghcr.io/blue-build/cli:latest
#image=ghcr.io/blue-build/cli:main-alpine
image=ghcr.io/blue-build/cli:main
home="~/distrobox/bluebuild"
additional_packages=""
init=false
nvidia=false
pull=true
root=false
replace=true
start_now=false
exported_apps=""
exported_bins="/usr/bin/bluebuild"
[bluebuild]
#image=ghcr.io/blue-build/cli:latest-alpine
#image=ghcr.io/blue-build/cli:latest
#image=ghcr.io/blue-build/cli:main-alpine
image=ghcr.io/blue-build/cli:main
home="~/distrobox/bluebuild"
additional_packages=""
init=false
nvidia=false
pull=true
root=false
replace=true
start_now=false
exported_apps=""
exported_bins="/usr/bin/bluebuild"
20 replies