Hi all.. I've made changes to the way we can use docker for building rpms for traffic control, and I'd love to get feedback. docker and docker-compose are both required for this, but the remaining toolset is handled within docker containers.
I'm adding these instructions to the build/README.md: >From current master or from the psql branch: > cd infrastructure/docker/build > docker-compose build > GITREPO=https://github.com/apache/incubator-trafficcontrol BRANCH=psql docker-compose up On both the `docker-compose build` and ` ... up` commands, you can supply one or more sub-project names with a `_build` suffix, e.g. `docker-compose build traffic_ops_build`. Otherwise, all are built. Feedback/suggestions/participation is welcome! Thanks.. Dan
