diff --git a/entrypoint.sh b/entrypoint.sh index 163c56e..8e7767e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,6 +26,7 @@ cat < "$DOCKER_CONFIG/config.json" } } EOF -buildctl build "$@" -o "type=image,name=$IMAGEAPP,push=true" \ +buildctl build --frontend dockerfile.v0 "$@" \ + -o "type=image,name=$IMAGEAPP,push=true" \ --opt filename="$INPUT_DOCKERFILE" \ --local context="$(dirname "$INPUT_DOCKERFILE")"