File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,10 @@ tags := '(
2323)'
2424
2525# Build Containers
26- common := shell (" yq -r \" .images[] | select(.name == \\\" common\\\" ) | \\\"\\\\ (.image)@\\\\ (.digest)\\\"\" image-versions.yml" )
27- brew := shell (" yq -r \" .images[] | select(.name == \\\" brew\\\" ) | \\\"\\\\ (.image)@\\\\ (.digest)\\\"\" image-versions.yml" )
2826chunkah := shell (" yq -r \" .images[] | select(.name == \\\" chunkah\\\" ) | \\\"\\\\ (.image)@\\\\ (.digest)\\\"\" image-versions.yml" )
2927common := shell (" yq -r \" .images[] | select(.name == \\\" common\\\" ) | \\\"\\\\ (.image)@\\\\ (.digest)\\\"\" image-versions.yml" )
3028brew := shell (" yq -r \" .images[] | select(.name == \\\" brew\\\" ) | \\\"\\\\ (.image)@\\\\ (.digest)\\\"\" image-versions.yml" )
3129
32-
3330export SUDO_DISPLAY := if ` if [ -n " ${DISPLAY:- } " ] || [ -n " ${WAYLAND_DISPLAY:- } " ]; then echo true ; fi ` == " true" { " true" } else { " false" }
3431export SUDOIF := if ` id -u ` == " 0" { " " } else { " sudo" }
3532export PODMAN := " podman"
You can’t perform that action at this time.
0 commit comments