Skip to content

Commit

Permalink
kie-issues#1002: disable quarkus usage analytics in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Mar 8, 2024
1 parent 441fd7b commit ff9c7d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apache-nodes/Dockerfile.kogito-ci-build
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,9 @@ RUN sudo bash -c "echo \"dash dash/sh boolean false\" | debconf-set-selections"
RUN sudo bash -c "DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash"
# Use bash as default instead of dash (END)

# Disable quarkus usage analytics (BEGIN)
RUN mkdir ~/.redhat && (echo '{"disabled":true}' > ~/.redhat/io.quarkus.analytics.localconfig)
# Disable quarkus usage analytics (END)

ENTRYPOINT ["entrypoint.sh"]
CMD ["bash"]

0 comments on commit ff9c7d8

Please sign in to comment.