Merge branch 'cachevol' into 'main'
Add missing cache volume See merge request qontainers/pipglr!6
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user