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
Create Dockerfile with custom syntax directive and use INCLUDE+ Dockerfile.common to include Dockerfile.common
Run command DOCKER_BUILDKIT=1 werf build
Result
Error: dockerfile parse error line [dockerfile_line]: unknown instruction: INCLUDE+
Expected result
Nothing to preview
Additional information
The image is build on server in docker-demon mode
The text was updated successfully, but these errors were encountered:
Before proceeding
Version
1.2.11
How to reproduce
Create Dockerfile with custom syntax directive and use
INCLUDE+ Dockerfile.common
to include Dockerfile.commonRun command
DOCKER_BUILDKIT=1 werf build
Result
Error: dockerfile parse error line [dockerfile_line]: unknown instruction: INCLUDE+
Expected result
Nothing to preview
Additional information
The image is build on server in docker-demon mode
The text was updated successfully, but these errors were encountered: