Merge "containerfile: warn if we don't have a Dockerfile"

This commit is contained in:
Zuul 2022-06-21 23:42:18 +00:00 committed by Gerrit Code Review
commit 8bb14b9195

View File

@ -57,6 +57,11 @@ if [ -z "${DIB_CONTAINERFILE_DOCKERFILE:-}" ]; then
done
$_xtrace
if [ -z "${DIB_CONTAINERFILE_DOCKERFILE:-}" ]; then
echo "*** DIB_CONTAINERFILE_DOCKERFILE not specified or found!"
exit 1
fi
fi
# Use the image cache directory as the default context, so anything