From 8de8fc9b406e859022120456fdf6ca49accdca39 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 29 Oct 2025 13:51:15 +0100 Subject: [PATCH] Remove --user root option from Kaniko container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Kaniko executor image doesn't have traditional user management and runs with appropriate permissions by default. Fixes: unable to find user root: no matching entries in passwd file 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitea/workflows/build-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index a030757..a177fbc 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest container: image: gcr.io/kaniko-project/executor:debug - options: --user root steps: - name: Checkout code