Files
pulumi-docker-build/provider/internal
Bryce Lampe 2907567484 Don't attempt to parse custom syntax (#346)
The provider currently attempts to parse your Dockerfile in case there
are any obviously broken syntax errors.

However, Dockerfiles can use custom syntaxes which are implemented as
their own images. Buildkit detects `# syntax=` directives, pulls the
image, and uses it to parse.

It doesn't make sense for us to attempt to replicate that behavior, so
when we detect a custom syntax we will simply disable this validation.
If there are syntax errors the user will discover them after the build
is attempted.

Fixes https://github.com/pulumi/pulumi-docker-build/issues/300
2024-12-09 15:41:58 -08:00
..
2024-05-13 12:23:24 -07:00
2024-04-25 11:03:59 -07:00
2024-11-20 18:30:11 -08:00
2024-05-13 12:23:24 -07:00
2024-04-25 11:03:59 -07:00
2024-08-13 13:52:10 -07:00
2024-05-13 12:23:24 -07:00
2024-11-20 18:30:11 -08:00
2024-04-25 11:03:59 -07:00