docs/develop
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
..
develop-images use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
dev-best-practices.md Update dev-best-practices.md 2020-11-06 07:52:32 -08:00
index.md move compose examples to the samples directory 2021-04-19 10:38:56 +02:00