-
Notifications
You must be signed in to change notification settings - Fork 517
Add "windowsservercore" variant #106
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
Conversation
I've used the following FROM golang:windowsservercore
RUN Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression
RUN choco install -y -params /GitAndUnixToolsOnPath git.install
RUN go get -v github.com/constabulary/gb/...; \
gb help; A few size notes:
So I'm very strongly -1 on including Git by default, even though it hampers |
I am going to argue for including
So, are we going to treat the 7.7GB base windows image like the Possibly useful links to install git without resorting to choco:
* except |
Fair point -- so (Probably worth noting that we're still working on a way to build official |
Ok, updated to install Git (without installing |
… and "generate-stackbrew-library.sh"
LGTM |
Step 1, ✅ |
Closes #92 (commits included here)
Here's a snippet of the updated
generate-stackbrew-library.sh
output: