From 1f7d66a9b29c26b704e2049742fe59521301b6ce Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:51:30 +0200 Subject: [PATCH] build: add front matter for Dockerfile reference Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- data/frontmatter.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/frontmatter.yaml b/data/frontmatter.yaml index 1f58f37681..723b17eaac 100644 --- a/data/frontmatter.yaml +++ b/data/frontmatter.yaml @@ -8,3 +8,11 @@ # add a key with the path of the page file, # relative to the content directory. For upstream # page files, that's the target of the file mount. + +engine/reference/builder.md: + description: | + Find all the available commands you can use in a Dockerfile + and learn how to use them, including COPY, ARG, ENTRYPOINT, and more. + keywords: | + dockerfile, docker file, docker copy, dockerfile exec, docker entrypoint, + dockerfile entrypoint, dockerfile arg, docker args, entrypoint, shell dockerfile