We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e4719 commit 8ce1cdbCopy full SHA for 8ce1cdb
1 file changed
Justfile
@@ -1,7 +1,7 @@
1
export repo_organization := env("GITHUB_REPOSITORY_OWNER", "yourname")
2
export image_name := env("IMAGE_NAME", "yourimage")
3
export default_tag := env("DEFAULT_TAG", "latest")
4
-export bib_image := env("BIB_IMAGE", "ghcr.io/osbuild/bootc-image-builder:latest")
+export bib_image := env("BIB_IMAGE", "quay.io/centos-bootc/bootc-image-builder:latest")
5
6
export SUDO_DISPLAY := if `if [ -n "${DISPLAY:-}" ] || [ -n "${WAYLAND_DISPLAY:-}" ]; then echo true; fi` == "true" { "true" } else { "false" }
7
export SUDOIF := if `id -u` == "0" { "" } else { if SUDO_DISPLAY == "true" { "sudo --askpass" } else { "sudo" } }
0 commit comments