mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
feat: added ISO_NAME as param
This commit is contained in:
parent
7a639d6445
commit
f06a0ad6f4
4 changed files with 11 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ ENV IMAGE_TAG="${VERSION}"
|
|||
ENV VARIANT="Server"
|
||||
ENV VERSION="${VERSION}"
|
||||
ENV WEB_UI="false"
|
||||
ENV ISO_NAME="${IMAGE_NAME}-${IMAGE_TAG}"
|
||||
|
||||
RUN mkdir /build-container-installer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue