Skip to content
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

Run 'yum update' during container build #17035

Closed
joshbressers opened this issue Mar 16, 2020 · 2 comments · Fixed by #17037
Closed

Run 'yum update' during container build #17035

joshbressers opened this issue Mar 16, 2020 · 2 comments · Fixed by #17037
Assignees

Comments

@joshbressers
Copy link

The various beats containers are using centos:7 as the baseimage. This image hasn't been updated in dockerhub for some time now.
https://github.com/CentOS/sig-cloud-instance-images/blob/d9560a37644faaeac50162582f82a5ee920dc37e/docker/Dockerfile

We should ensure we run 'yum update' during the container build to grab the latest updates from Centos.

@andrewkroh
Copy link
Member

To address this, the two Dockerfile templates in https://github.com/elastic/beats/tree/master/dev-tools/packaging/templates/docker need be updated.

@andrewkroh andrewkroh self-assigned this Mar 16, 2020
andrewkroh added a commit to andrewkroh/beats that referenced this issue Mar 16, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes elastic#17035
@andrewkroh
Copy link
Member

PR: #17037

andrewkroh added a commit that referenced this issue Mar 19, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes #17035
andrewkroh added a commit to andrewkroh/beats that referenced this issue Mar 19, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes elastic#17035

(cherry picked from commit a09631a)
andrewkroh added a commit that referenced this issue Mar 20, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes #17035

(cherry picked from commit a09631a)
michalpristas pushed a commit to michalpristas/beats that referenced this issue May 6, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes elastic#17035
michalpristas pushed a commit to michalpristas/beats that referenced this issue May 6, 2020
Ensure the RPM packages contained in the Docker images that we package and release are updated.

Closes elastic#17035
ph pushed a commit that referenced this issue May 7, 2020
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]>
michalpristas added a commit that referenced this issue May 7, 2020
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants