From 34d9723f3bc23ca85919cd3ed0364ca86db076ac Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 16 Aug 2023 12:04:23 -0700 Subject: [PATCH] Remove nonroot user from node image --- node/apko.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/node/apko.yaml b/node/apko.yaml index e306898..913a1a6 100644 --- a/node/apko.yaml +++ b/node/apko.yaml @@ -8,22 +8,10 @@ contents: - nodejs-current - npm -accounts: - groups: - - groupname: node - gid: 65532 - users: - - username: node - uid: 65532 - gid: 65532 - run-as: 65532 - paths: - path: /app type: directory permissions: 0o777 - uid: 65532 - gid: 65532 work-dir: /app