Skip to content

Commit

Permalink
Update RPM packages in Docker image releases (#17037) (#18300)
Browse files Browse the repository at this point in the history
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes #17035

Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
michalpristas and andrewkroh authored May 7, 2020
1 parent 896b1d0 commit 046afed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add keystore support for autodiscover static configurations. {pull]16306[16306]
- Add Kerberos support to Elasticsearch output. {pull}17927[17927]
- Add support for fixed length extraction in `dissect` processor. {pull}17191[17191]
- Update RPM packages contained in Beat Docker images. {issue}17035[17035]

*Auditbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

FROM {{ .from }}

RUN yum -y --setopt=tsflags=nodocs update && \
yum clean all

LABEL \
org.label-schema.build-date="{{ date }}" \
org.label-schema.schema-version="1.0" \
Expand Down

0 comments on commit 046afed

Please sign in to comment.