From 1697ce69abe86943b9b40bbd34cc77f7428cc01b Mon Sep 17 00:00:00 2001 From: jromero Date: Wed, 19 Aug 2020 05:18:44 +0000 Subject: [PATCH] Merge pull request #186 from buildpacks/non-root Add initial non-root requirement documentation --- docs/reference/spec/platform-api/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/spec/platform-api/index.html b/docs/reference/spec/platform-api/index.html index 237a22e6b..2922c945f 100644 --- a/docs/reference/spec/platform-api/index.html +++ b/docs/reference/spec/platform-api/index.html @@ -338,6 +338,8 @@

Buildpacks

  • Each top-level directory is a buildpack ID.
  • Each second-level directory is a buildpack version.
  • +

    Users

    +

    For security reasons, images built with platforms, such as pack, build and run as non-root users.

    Further Reading

    You can read the complete Platform API specification on Github.