buildkit
buildkit copied to clipboard
document --opt parameters for dockerfile frontend
As far as I can tell, the various --opt flags for buildctl are not documented. Or if they are documented, this is not obvious from the readme. It has a few examples (source, context, build-arg, target), but does not actually explain them. Some options like filename aren't mentioned at all, leading to persistent questions like #2310.
Please add documentation (or links to documentation) for these options.
Hi, @AkihiroSuda, can this issue be assigned to me? I'm learning the buildkit code and can help improve the documentation.
Hello, @rittneje I have written some documents about opts inside this PR https://github.com/moby/buildkit/pull/3068 , please help to see if it is enough and if it can help you, welcome to make some comments inside the PR.
Hey, I am a student at the University of Texas at Austin, and I was wondering if I could work on this issue for my virtualization class! Thanks.
@AkihiroSuda would it be possible to be assigned this? Thanks!
This has partially been implemented in https://github.com/moby/buildkit/pull/3390.