1a5c563920
We need to update the base reference platform we perform the functional tests on. Debian bullseye seems like the best choice -- it is recent enough to last for a while, and will match the nodepool-builder container environment. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/814088 Change-Id: Ic68e8c5b839cbc2852326747c68ef89f630f26a3
4 lines
159 B
Bash
4 lines
159 B
Bash
path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
path="$( dirname $path)"
|
|
export DIB_CONTAINERFILE_DOCKERFILE="$path/files/Dockerfile"
|