This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 8e20a073 kie-issues#1002: disable quarkus usage analytics in CI (#1188)
8e20a073 is described below
commit 8e20a073eff046ce4b7acbcd51ae767a76a90fbc
Author: Jan Stastny <[email protected]>
AuthorDate: Mon Mar 11 10:04:31 2024 +0100
kie-issues#1002: disable quarkus usage analytics in CI (#1188)
Co-authored-by: jstastny-cz <[email protected]>
---
apache-nodes/Dockerfile.kogito-ci-build | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index 0c566ddc..487ac84d 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -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"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]