gluster / anthill

A Kubernetes/OpenShift operator to manage Gluster clusters
http://gluster-anthill.readthedocs.io/
Apache License 2.0
35 stars 12 forks source link

Update to gml3 and use centos:7 for container #57

Closed JohnStrunk closed 5 years ago

JohnStrunk commented 5 years ago

Describe what this PR does

Is there anything that requires special attention? no

Related issues:

humblec commented 5 years ago
* Moves to centos:7 to minimize the container image bloat caused by the `yum update`

Isnt it a good practice to have the latest packages in place instead of sticking on the previous versions? The latest will have many fixes including CVE fixes. If the concern is on size I think the CVE fix weigh more.

JohnStrunk commented 5 years ago
* Moves to centos:7 to minimize the container image bloat caused by the `yum update`

Isnt it a good practice to have the latest packages in place instead of sticking on the previous versions? The latest will have many fixes including CVE fixes. If the concern is on size I think the CVE fix weigh more.

The yum update step brings the container's packages to the most recent version. This change is moving the base to be more recent, making the layer introduced by the update step smaller since there are fewer packages that need to be updated.