ploigos / ploigos-containers

Container image definitions for the Ploigos project.
GNU General Public License v3.0
6 stars 14 forks source link

auto build all images and general cleanup #63

Closed itewk closed 3 years ago

itewk commented 3 years ago

context

buildah and podman are now avaialble in ubi8-appstream, which they were not before.

primary purpose

* add automated build of ploigos-tool-openscap on centos
* add automated build of ploigos-tool-containers on ubi8 now that podman and buildah are in ubi-8-appstream

ancillary purpose

* standerdize LABEL section on all Containerfiles
* remove manual-publish.sh script no longer needed
* rekor container was installing `maven` due to copy paste issue
* cleanup and update readme
* general clean up of container files

testing

sucesfull jenkins run using new images: https://jenkins-jenkins.apps.tssc.rht-set.com/job/Ploigos%20Reference%20Applications/job/reference-quarkus-mvn_jenkins_workflow-standard/view/change-requests/job/PR-34/47/

itewk commented 3 years ago

@christophermay07 @jthompkins just minor fix for = to == in bash if statement. please re-review / approve.