docker-bakery icon indicating copy to clipboard operation
docker-bakery copied to clipboard

Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes

Results 2 docker-bakery issues
Sort by recently updated
recently updated
newest added

Hi! I am trying to use docker-bakery in my CI/CD pipelines. The goal is to, whenever someone merges to master, build only the images that changed, and their children, avoiding...

Hey, for my use case I'm including the current branch name within the generated image name. So I use something like `FROM {{.DEFAULT_PULL_REGISTRY}}/base/{{.BRANCH}}:{{.BASE_VERSION}}` in child images ([Full minimal testcase](https://github.com/cybe/bakery-testcase)). When...