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
FrontendAttrs: map[string]string{ "build-arg:HTTPS_PROXY": os.Getenv("HTTPS_PROXY"), },
Buildkit supports some build time attrs in its dockerfile frontend. We need to support them in envd.
The text was updated successfully, but these errors were encountered:
Ref https://github.com/docker/buildx/issues/136#issuecomment-523575934https://github.com/docker/buildx/issues/136#issuecomment-523575934
Sorry, something went wrong.
I will work on this.
Ref moby/buildkit#971
gaocegege
Successfully merging a pull request may close this issue.
Description
Buildkit supports some build time attrs in its dockerfile frontend. We need to support them in envd.
The text was updated successfully, but these errors were encountered: