From a1931efcc1e8eff95bc6006aa01194e5269007a8 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 22 Nov 2022 11:35:36 -0500 Subject: [PATCH] Add missing cache volume Signed-off-by: Chris Evich --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 085646b..c7fa70b 100644 --- a/Containerfile +++ b/Containerfile @@ -104,7 +104,8 @@ RUN sed -i -r \ # Runtime rootless-mode configuration USER podman VOLUME ["/home/podman/.local/share/containers/storage/",\ - "/home/podman/.gitlab-runner/"] + "/home/podman/.gitlab-runner/", \ + "/cache"] WORKDIR /home/podman ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"]