Skip to content

Comment on Ask HN: How do you do Docker CI?

Comments

I think TeamCity can achieve your needs: it has the ability to create a "build chain", where dependent builds can specify "Build on same host as <docker build>" and "Re-use existing (successful) build".

I do something similar by provisioning Joyent VM's as a dependency of a build chain that requires a build to be run on those VM's.

The most recent TC release can persist your build configuration to VCS (say, a private github proj.), so you do get some level of vcs-managed build configuration.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.