Isolate partial layers from a Docker image
.idea | ||
lib | ||
src | ||
.gitmodules | ||
docker-isolate.bash | ||
Dockerfile | ||
README.md |
Goal:
- Specify a base image name
- Specify a final image name
- Identify the last layer of the base image
- Export the intermediate layers that the final image adds to the base image
- Reimport those as a single layer