chore(config,docker,ci,ui): rename IS_ENTERPRISE to IS_ENTERPRISE_EDITION across env, Dockerfiles, compose and workflows

This commit is contained in:
Simon Larsen
2025-11-03 11:25:12 +00:00
parent f1efd65ada
commit 1ac6e71f7e
33 changed files with 165 additions and 165 deletions

View File

@@ -1,7 +1,7 @@
FROM fluentd
ARG IS_ENTERPRISE=false
ENV IS_ENTERPRISE=${IS_ENTERPRISE}
ARG IS_ENTERPRISE_EDITION=false
ENV IS_ENTERPRISE_EDITION=${IS_ENTERPRISE_EDITION}
# This container will only run in dev env, so this is ok.
USER root