Basic question about caching and image IDs #1779
Unanswered
jordanc-jrj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can look up the actual image config in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to gain a better understanding of the buildx build process, caching, and docker image IDs. I've put together a simple example where I:
cache-from
andcache-to
locationdocker-container driver
image inspect
output.image inspect
output.image inspect
output.The results I'm seeing are that the
inspect
outputs and image IDs from build 1 and 2 match completely, which makes sense to me. Theinspect
result from build 3 matches completely, except theId
sha itself is different. Everything else in the output matches. Is this to be expected when the builder is recreated? Looking for insight as to what would cause the ID to change?Steps to reproduce:
./run.sh
./inspect
directoryHere's my
docker info
output for reference:Beta Was this translation helpful? Give feedback.
All reactions