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

Merge branch 'main' into cache

This commit is contained in:
Jason N 2024-03-06 11:02:32 -05:00 committed by GitHub
commit ae69c2f3e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 249 additions and 27 deletions

View file

@ -11,10 +11,7 @@ ENV VERSION="${VERSION}"
ENV WEB_UI="false"
RUN mkdir /build-container-installer
COPY /lorax_templates /build-container-installer/lorax_templates
COPY /xorriso /build-container-installer/xorriso
COPY /Makefile /build-container-installer
COPY /entrypoint.sh /
COPY / /build-container-installer/
WORKDIR /build-container-installer
@ -24,5 +21,5 @@ RUN ln -s ~/.local/share/containers/cache /cache/skopeo
VOLUME /build-container-installer/build
VOLUME /cache
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]