github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/k8s/scripts/buildBaseImage (about) 1 #!/usr/bin/env bash 2 3 # Runs compiled go executables and specificies the test to run 4 # Builds executable go test binaries for this repos tests 5 6 set -e 7 8 SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) 9 10 cd "$SCRIPT_DIR"/../ || exit 1 11 source ./scripts/buildImageHelper 12 13 buildImage "${1}" "test-base-image" "Dockerfile.base"