OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Clean up Dockerfiles #73

Closed miabbott closed 8 years ago

miabbott commented 8 years ago

This change aims to reduce the amount of layers when building the various Docker images.

With the availability of atomic in the official distribution repos, we are able install it via yum/dnf instead of building from source.

Additionally, we can install openscap-daemon from EPEL and openscap-containers from the OpenSCAP copr repo maintained by @isimluk, so we can avoid building them from source as well.

The formatting of the Dockerfiles is changed to (hopefully) improve the readability of them.

openscap-jenkins commented 8 years ago

Can one of the admins verify this patch?

mpreisler commented 8 years ago

[ok to test]

jan-cerny commented 8 years ago

Hello @miabbott . Thank you very much for your contribution. I have tested your Dockerfiles and I have tested atomic scan using built containers. Everything works OK for me. ACK.