Ask questionsImage id shown as missing with docker history
The layers generated by buildkit don't play nice with the docker history command and show <missing> instead of the layer id for IMAGE
Answer
questions
daveisfera
I'm not doing a docker pull. I'm doing a docker build myimage1 and docker build myimage2 that have the first few layers with the same commands because it's common code that's used by both of those images/services. Then I run a docker history on both to verify that the layers that should be shared are shared.
Related questions