Skip to content
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

feat(buildkit): Support build-time HTTP_PROXY #193

Closed
gaocegege opened this issue May 24, 2022 · 3 comments · Fixed by #857
Closed

feat(buildkit): Support build-time HTTP_PROXY #193

gaocegege opened this issue May 24, 2022 · 3 comments · Fixed by #857

Comments

@gaocegege
Copy link
Member

Description

			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.

@gaocegege gaocegege self-assigned this Sep 7, 2022
@gaocegege
Copy link
Member Author

I will work on this.

@gaocegege
Copy link
Member Author

Ref moby/buildkit#971

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant