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
It creates layers that are used for the cache and I'm expecting to be able to see those so I can verify which layers are being used for caching and that they're shared across different images correctly. Is there a way to look at that info with buildkit
other than docker history
?
Related questions