https://github.com/cjolowicz/docker-incremental-build-example
Incremental Docker builds for monolithic code bases
https://github.com/cjolowicz/docker-incremental-build-example
cmake docker docker-compose monorepo
Last synced: 8 months ago
JSON representation
Incremental Docker builds for monolithic code bases
- Host: GitHub
- URL: https://github.com/cjolowicz/docker-incremental-build-example
- Owner: cjolowicz
- License: mit
- Created: 2019-05-21T18:09:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T10:07:11.000Z (about 7 years ago)
- Last Synced: 2025-05-06T21:25:50.575Z (about 1 year ago)
- Topics: cmake, docker, docker-compose, monorepo
- Language: CMake
- Homepage: https://cjolowicz.github.io/posts/incremental-docker-builds-for-monolithic-codebases/
- Size: 9.77 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Incremental Docker builds for monolithic codebases
This is the sample code for the blog post titled:
▶ **[Incremental Docker builds for monolithic codebases](https://cjolowicz.github.io/posts/incremental-docker-builds-for-monolithic-codebases/)**
The code demonstrates how to use Docker to incrementally build and deploy
artifacts from large monolithic codebases.