From 15142a12dc26f1527109854dc22dc37d2becc34a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 7 Sep 2026 12:57:12 -0400 Subject: [PATCH] Give up on mount. --- .../0.1/buildah-rootless-daemonless.yaml | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/task/buildah-rootless-daemonless/0.1/buildah-rootless-daemonless.yaml b/task/buildah-rootless-daemonless/0.1/buildah-rootless-daemonless.yaml index 4548b6c..55cc698 100644 --- a/task/buildah-rootless-daemonless/0.1/buildah-rootless-daemonless.yaml +++ b/task/buildah-rootless-daemonless/0.1/buildah-rootless-daemonless.yaml @@ -22,12 +22,6 @@ spec: description: Includes credentials for the docker image registry. optional: true mountPath: /home/build/.docker - - name: buildah-storage - description: buildah's container storage. - optional: true - mountPath: /storage - # mountPath: /home/build/.local/share/containers - # mountPath: /foo params: - name: OUTPUT type: string @@ -67,18 +61,6 @@ spec: - name: metadata-out emptyDir: {} steps: - # - name: set-permissions - # image: $(params.BUILDER_IMAGE) - # workingDir: "$(workspaces.source.path)" - # script: | - # #!/usr/bin/env sh - # set -euo pipefail - - # # chown -R 1000:1000 /home/build/.local/share/containers - # securityContext: - # runAsNonRoot: false - # runAsUser: 0 - # runAsGroup: 0 - name: write-config image: $(params.BUILDER_IMAGE) workingDir: "$(workspaces.source.path)" @@ -91,15 +73,6 @@ spec: tee /home/build/.config/containers/registries.conf < /home/build/.config/containers/storage.conf < /home/build/.config/containers/entrypoint.sh <