chore(ci): build/publish enterprise image variants and add IS_ENTERPRISE arg to Dockerfiles

This commit is contained in:
Nawaz Dhandala
2025-10-31 14:49:07 +00:00
parent 13860be56d
commit 1c1a48b78f
29 changed files with 879 additions and 162 deletions

View File

@@ -13,9 +13,11 @@ RUN npm config set fetch-retry-maxtimeout 600000
ARG GIT_SHA
ARG APP_VERSION
ARG IS_ENTERPRISE=false
ENV GIT_SHA=${GIT_SHA}
ENV APP_VERSION=${APP_VERSION}
ENV IS_ENTERPRISE=${IS_ENTERPRISE}
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1