Add missing cache volume
Signed-off-by: Chris Evich <chris_gitlab@icuc.me>
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user