We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #193 we found that BuildKit is required (#193 (comment)). We don't explicitly document this anywhere which is confusing for maintainers.
TL;DR our Dockerfile requires some built-in build args such as TARGETOS that are populated only when using BuildKit. See https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope for more details.
We need to either document the requirement or ensure these variables are manually populated.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In #193 we found that BuildKit is required (#193 (comment)). We don't explicitly document this anywhere which is confusing for maintainers.
TL;DR our Dockerfile requires some built-in build args such as TARGETOS that are populated only when using BuildKit. See https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope for more details.
We need to either document the requirement or ensure these variables are manually populated.
The text was updated successfully, but these errors were encountered: