-
Notifications
You must be signed in to change notification settings - Fork 115
Add build-deps image #1346
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 build-deps image #1346
Conversation
src/azurelinux/manifest.json
Outdated
"dockerfile": "src/azurelinux/3.0/build-deps", | ||
"os": "linux", | ||
"osVersion": "azurelinux3.0", | ||
"tags": { | ||
"azurelinux-3.0-build-deps-amd64": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure the deps
suffix really adds anything. Every image in this repo is kind of a deps
image already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's true. I was motivate to ensure people realized there was no SDK inside. However, I have low care factor on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it.
Co-authored-by: Matt Thalman <[email protected]>
Can you help me with codeowners @mthalman? I'm not sure what to do for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good but we might as well wait to merge until Tuesday when 10.0 P1 ships so we can update the base image then.
Related: dotnet/aspnetcore#60208
The intent is to provide an image that you can install an arbitrary SDK on, likely from ci.dot.net, and that has Node.js installed. This should be usable by most C# only repos.
I'm wondering if we should adopt a new naming scheme:
build-deps
test-deps
(replacing Helix)Runtime has their own crazy naming scheme. No need to reason about that.