another nfs -client provisioner

This commit is contained in:
2022-12-08 17:47:14 +01:00
parent 273fb0e252
commit 4bbf79569c
4 changed files with 7 additions and 6 deletions

View File

@@ -33,8 +33,7 @@ spec:
default: []
- name: BUILDER_IMAGE
description: The image on which builds will run (default is v1.5.1)
default: gcr.io/kaniko-project/executor:v1.8.0
#default: gcr.io/kaniko-project/executor:v1.5.1@sha256:c6166717f7fe0b7da44908c986137ecfeab21f31ec3992f6e128fff8a94be8a5
default: gcr.io/kaniko-project/executor:v1.9.1
workspaces:
- name: source
description: Holds the context and docker file
@@ -60,7 +59,9 @@ spec:
- --single-snapshot
- --use-new-run
- --skip-tls-verify
- --cache-dir /workspace/cache
- --cache
- --cache-copy-layers
- --cache-dir=/workspace/cache
# kaniko assumes it is running as root, which means this example fails on platforms
# that default to run containers as random uid (like OpenShift). Adding this securityContext
# makes it explicit that it needs to run as root.