diff options
Diffstat (limited to 'image-builder/build-full-image.sh')
| -rwxr-xr-x | image-builder/build-full-image.sh | 2 |
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"). |
