-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Labels
Comments
To address this, the two Dockerfile templates in https://github.com/elastic/beats/tree/master/dev-tools/packaging/templates/docker need be updated. |
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
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
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
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.
The text was updated successfully, but these errors were encountered: