-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code is inactive due to #[cfg] directives: feature = "buildkit" is disabled #389
Comments
Thanks for the report. Can you write the output of It should contain:
|
I tried, but nothing inside the location
|
After some research, I gusess I need to install |
Sorry, I didn't work out how to enable buildkit in rootless mode, so I just put dockerfile inside a tarball to build it. |
I follow /example/build_buildkit.rs with bollard = { version = "0.16.0", features = ["buildkit"] }, but #[cfg(feature = "buildkit")] statement shows error: code is inactive due to #[cfg] directives: feature = "buildkit" is disabled.
If I remove #[cfg(feature = "buildkit")], StatusResponse prompt error: "no active session for go: context deadline exceeded".
Any steps I setup wrongly?
The text was updated successfully, but these errors were encountered: