github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/infrastructure/scripts/execution-plan/plan-main.sh (about) 1 #!/bin/bash 2 set -ueo pipefail 3 script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)" 4 source "${script_dir}"/container.inc.sh 5 find . -name Buildfile.yaml | docker run -i -v "$(pwd)":/repo "${BUILDER_IMAGE}" main