aboutsummaryrefslogtreecommitdiffstats
path: root/image-builder/build-full-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image-builder/build-full-image.sh')
-rwxr-xr-ximage-builder/build-full-image.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/image-builder/build-full-image.sh b/image-builder/build-full-image.sh
index f6814bd..3706186 100755
--- a/image-builder/build-full-image.sh
+++ b/image-builder/build-full-image.sh
@@ -228,6 +228,8 @@ DOCKERFILE
# Main
# ============================================================================
+require_docker
+
# A --force build passes --no-cache, so the stale build cache is dead weight:
# it still loads the containerd snapshotter's lease/lock bookkeeping and has
# raced the layer export ("failed to open writer: ref ... locked ... unavailable").