Skip to content

Commit cbe8d81

Browse files
authored
Merge pull request #1073 from RADAR-base/release-2.1.12
Globally disable liquibase analytics
2 parents 1d466a8 + 6c7defe commit cbe8d81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ FROM eclipse-temurin:17-jre
3939

4040
ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
4141
JHIPSTER_SLEEP=0 \
42-
JAVA_OPTS=""
42+
JAVA_OPTS="" \
43+
# Globally disables liquibase analytics.
44+
# (see: https://docs.liquibase.com/pro/user-guide/what-data-does-liquibase-collect-and-how-is-it-used)
45+
LIQUIBASE_ANALYTICS_ENABLED=false
4346

4447
# Add the war and changelogs files from build stage
4548
COPY --from=builder /code/build/libs/*.war /app.war

0 commit comments

Comments
 (0)