/docker-diff-based-layers

A way to work around the fact that subsequent COPY . /app commands often re-adds all files in every layer instead of only the files that have changed (https://github.com/docker/docker/issues/21950). Use these tools to build an image that includes a layer with only the changed files in comparison with an already pushed image/tag.

Primary LanguageShell

Watchers