Skip to content

Commit

Permalink
Build docker images when building packages (elastic#8898)
Browse files Browse the repository at this point in the history
Include generation of docker images in the process of building the
rest of released packages by extending `mage package`.
  • Loading branch information
jsoriano committed Nov 13, 2018
1 parent 34d868a commit 536cf47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _meta/beat.docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
journalbeat.inputs:
- paths: []
seek: tail

11 changes: 11 additions & 0 deletions journalbeat.docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
journalbeat.inputs:
- paths: []
seek: tail

processors:
- add_cloud_metadata: ~

output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
username: '${ELASTICSEARCH_USERNAME:}'
password: '${ELASTICSEARCH_PASSWORD:}'

0 comments on commit 536cf47

Please sign in to comment.