1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
This commit is contained in:
Jason N. 2024-02-18 19:53:12 +00:00
parent 2c16c58fbc
commit 50bf71eab5
3 changed files with 14 additions and 12 deletions

View file

@ -17,5 +17,5 @@ RUN dnf install -y make && make install-deps
VOLUME /isogenerator/output
ENTRYPOINT ["make" ]
ENTRYPOINT ["make", "output/${IMAGE_NAME}-${IMAGE_TAG}.iso"]
CMD [ "ARCH=${ARCH}", "VERSION=${VERSION}", "IMAGE_REPO=${IMAGE_REPO}", "IMAGE_NAME=${IMAGE_NAME}", "IMAGE_TAG=${IMAGE_TAG}", "VARIANT=${VARIANT}", "WEB_UI=${WEB_UI}"]