Merge branch 'cachevol' into 'main'

Add missing cache volume

See merge request qontainers/pipglr!6
This commit is contained in:
Chris Evich
2022-11-22 22:31:28 +00:00

View File

@@ -104,7 +104,8 @@ RUN sed -i -r \
# Runtime rootless-mode configuration # Runtime rootless-mode configuration
USER podman USER podman
VOLUME ["/home/podman/.local/share/containers/storage/",\ VOLUME ["/home/podman/.local/share/containers/storage/",\
"/home/podman/.gitlab-runner/"] "/home/podman/.gitlab-runner/", \
"/cache"]
WORKDIR /home/podman WORKDIR /home/podman
ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"] ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"]