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

add go and proxy vars to twoliter make #127

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

webern
Copy link
Contributor

@webern webern commented Dec 8, 2023

Certain environments will need variables like GOPROXY and HTTP_PROXY passed to the SDK container in docker run commands. The list of variables added in this commit were found in the docker-go script.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@etungsten
Copy link
Contributor

For testing, can you try building Bottlerocket on a host without golang installed? I suspect the docker-go script will still try running go env and set GOPROXY to an empty string which causes problems. To completely fix it we need to set the default in Makefile.toml somewhere.

Certain environments will need variables like GOPROXY and HTTP_PROXY
passed to the SDK container in docker run commands. The list of
variables added in this commit were found in the docker-go script.
@webern webern merged commit 1e73d0d into bottlerocket-os:develop Jan 29, 2024
1 check passed
@webern webern deleted the go branch January 29, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants