docs/language
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
..
images Add reference architecture docs 2021-01-18 12:07:55 +00:00
java Add reference architecture docs 2021-01-18 12:07:55 +00:00
nodejs use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
python use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
index.md Clarify the request for guides info 2021-02-10 10:21:35 +00:00