Custom Docker Image for custom Kibana Source

OK, cool. Here's what I did for version 6.4.4:

  • Cloned the Kibana repository to /home/jarpy/src/kibana
  • Checked out the 6.4 branch
  • Built Kibana with:
    • nvm install
    • nvm use
    • yarn kbn bootstrap
    • yarn build --skip-os-packages --release
  • Cloned the kibana-docker repository
  • Checked out the 6.4 branch
  • Built the images with: env ARTIFACTS_DIR=/home/jarpy/src/ ELASTIC_VERSION=6.4.4 make release-manager-release