Isolate partial layers from a Docker image
Go to file
2024-07-30 01:46:59 -04:00
.idea Big bang 2024-07-30 01:46:59 -04:00
lib Big bang 2024-07-30 01:46:59 -04:00
src Big bang 2024-07-30 01:46:59 -04:00
.gitmodules Big bang 2024-07-30 01:46:59 -04:00
docker-isolate.bash Big bang 2024-07-30 01:46:59 -04:00
Dockerfile Big bang 2024-07-30 01:46:59 -04:00
README.md Big bang 2024-07-30 01:46:59 -04:00

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