Squashing image with number only id
See original GitHub issueI have an image being squashed that starts with an -f “ID’” parameter where the ID is a numbers only value. The error then is:
Cannot squash ID layers, the Image Name image contains only 32 layers.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Squashing Docker Images - Back 2 Code
I was wondering the effect of merging layers (squashing) on the size of an image. Now Docker provides an experimental --squash option for ......
Read more >Docker squash and layer: which layers are merged and which ...
The answer is A. You can see what Docker is doing easily enough with an inspect on the resulting image: First build two...
Read more >Five Ways to Slim Docker Images - Codacy | Blog
Docker-squash is a utility to squash multiple docker layers into one to create an image with fewer and smaller layers. It retains Dockerfile...
Read more >GitHub - goldmann/docker-squash
Docker image squashing tool. ... --from-layer FROM_LAYER Number of layers to squash or ID of the layer (or image ID or image name)...
Read more >What Are Docker Image Layers? - vsupalov.com
Each layer is an image itself, just one without a human-assigned tag. They have auto-generated IDs though. Each layer stores the changes compared...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Haha, good one!
Let’s not close it. I’ll update CLI help and reference this ticket in fix.
Should be closed now, I guess?