StackStorm / st2packaging-dockerfiles

Dockerfiles used to build and test StackStorm deb/rpm packages
https://github.com/StackStorm/st2-packages
32 stars 33 forks source link

Allow docs to be installed in CentOS containers #82

Closed nmaludy closed 4 years ago

nmaludy commented 4 years ago

Similar to the Ubuntu 18 changes i did yesterday, the CentOS containers need adjusted so they install documentation.

This has been working in Puppet because i built my own docker images on top of this container: https://github.com/StackStorm/puppet-st2/blob/master/build/centos7-puppet6/Dockerfile.kitchen#L21-L24

I would love to remove that customization and have it baked into the base container for all of our testing to utilize.