1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

try to cache container image

This commit is contained in:
Jason N. 2024-03-07 09:58:25 -05:00
parent 346fc7b4b3
commit ad1d258e39
3 changed files with 30 additions and 5 deletions

View file

@ -19,7 +19,7 @@ VOLUME /build-container-installer/repos
VOLUME /cache
RUN dnf install -y make && make install-deps
RUN ln -s ~/.local/share/containers/cache /cache/skopeo
RUN ln -s /cache/skopeo /build-container-installer/container && mkdir /cache/dnf
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]