UNCLASSIFIED - NO CUI

Skip to content

Incorporate the ES fixes to the Kibana build

Nassim Kammah requested to merge 7.6.0.fixes into master

See [ES MR](https://dccscr.dsop.io/dsop/elastic/elasticsearch/elasticsearch/merge_requesMR].

Changes include :

  1. Maintain the ability to build the UBI image within Elastic's environment, while still running fine in DCAR:
  • override the NEXUS_SCHEME to use http, but have it default to https
  • override the NEXUS_SERVER to use our own server, but have it default to dcar's server
  1. Adopt the build-scripts/prepare.sh. The script was made generic enough to download any artifact at any url. In Kibana's case, we need both the kibana tarball and a dumb-init script.

  2. Re-enable the GPG check and remove code not used in DCAR's context

Merge request reports