How can I confirm the specific version of dockerfile.v0 used by each buildkit version by default? #6240
Unanswered
balabalabutton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just checked the
--unpackparameter in the Dockerfile and found it wasn't working.It turned out that the buildkit specified by buildkit.service is an old version. The buildkit command completed by the shell is a higher version program in another path,its a personal mistake.
hover,during troubleshooting, I discovered that the
buildctl debug worker/infocommand doesn't tell me what version the default Dockerfile parser is using.So, is it possible to provide a version binding table? Or add relevant information to the output of the command
buildctl debug workerI think it is very useful for locating the default Dockerfile parser used by older versions of buildkit, although it is not very useful for the latest version.
Beta Was this translation helpful? Give feedback.
All reactions