-
Notifications
You must be signed in to change notification settings - Fork 433
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
Support for private repos in build and other tasks #68
Comments
Why can't you just:
or
or
? |
It does not work only by adding variable GOPRIVATE, the container expects .netrc to be present which is not mounted, on mounting .netrc with git creds in all docker run commands it works! |
I am happy to look at a PR as long as it works for both public and private
repos.
…On Thu, Jul 28, 2022 at 9:12 AM Alok Kumar Singh ***@***.***> wrote:
It does not work, the container expects .netrc to be present which is not
mounted, on mounting .netrc with git creds in all docker run commands it
works!
—
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKWAVBO3B6VOYB6Z5XMJY3VWKWNPANCNFSM544OWYHQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I will get back with a PR soon. 😨 (oh it need to get back ~edited) |
In my local i am using |
GOPRIVATE needs to be set if there are private repos that needs to be pulled
Also, the container would need some kind of GIT_TOKEN or ~/.netrc file to be able to pull private dependencies
Pull fails at present since these are not found
fatal: could not read Username for 'https://github.com': terminal prompts disabled1
The text was updated successfully, but these errors were encountered: