I haven't used docker build before, so some basic questions... Any dependencies to set this up?
Is git repo cloned and then that source built? Is it possible to build a local reoo? On Oct 19, 2016 7:54 PM, "Dan Kirkwood" <[email protected]> wrote: > 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 >
