-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] Add cloud docker images #107949
[build] Add cloud docker images #107949
Conversation
This adds a new build task to create cloud docker images. These images include metricbeat and filebeat. Archives are for both are expected to be in the target folder prior to starting the build. The cloud image can be generated with `node scripts/build --all-platforms --docker-cloud` Closes elastic#99916
Pinging @elastic/kibana-operations (Team:Operations) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
cc @mieciu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entrypoint is fine, but we'd need to change the default command to
CMD ["/app/kibana.sh"]
src/dev/build/tasks/os_packages/docker_generator/templates/base/Dockerfile
Show resolved
Hide resolved
…e/Dockerfile Co-authored-by: Przemysław Hejman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMD
needs to be set to /app/kibana.sh
. See how Elasticsearch got away with this.
|
@elasticmachine merge upstream |
I pushed a small change to move the beats artifacts outside of |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Przemysław Hejman <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Przemysław Hejman <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Jonathan Budzenski <[email protected]> Co-authored-by: Przemysław Hejman <[email protected]>
This adds a new build task to create cloud docker images. These images
include metricbeat and filebeat. Archives for both are expected to
be in the target folder prior to starting the build.
The cloud image can be generated with
node scripts/build --all-platforms --docker-cloud
Closes #99916