You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled ERROR: Service 'seafile' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
If you try to build using 'make up', the following error occurs.
=> [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 38B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 34B 0.0s => resolve image config for docker.io/docker/dockerfile:1.2 2.1s => CACHED docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e 0.0s
failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to create LLB definition: base name (${BUILD_METHOD}) should not be blank
To solve this problem, the following error occurs when the BUILDKIT option is set to 0 in 'Makefile' and rebuilt.
Step 17/67 : RUN --mount=type=cache,target=/var/cache/apk/ apk add --virtual build-deps autoconf automake bash bsd-compat-headers build-base cmake fuse-dev git gzip intltool jansson-dev libarchive-dev libjpeg-turbo-dev libtool libxml2-dev libxslt-dev mariadb mariadb-dev oniguruma-dev openssl-dev sqlite-dev zlib-dev
the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled ERROR: Service 'seafile' failed to build : Build failed
The text was updated successfully, but these errors were encountered: