-
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
Changes from 1 commit
06c6587
ac37096
11ff159
e0ef84e
c0be5ff
6288bbf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This should be switched to 10.0 as soon as P1 ships for long-term-ness | ||
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-azurelinux3.0 | ||
|
||
RUN tdnf install nodejs -y \ | ||
&& tdnf clean all | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -590,7 +590,6 @@ | |
} | ||
] | ||
}, | ||
|
||
{ | ||
"platforms": [ | ||
{ | ||
|
@@ -784,7 +783,7 @@ | |
] | ||
}, | ||
{ | ||
"platforms": [ | ||
"platforms": [ | ||
{ | ||
"dockerfile": "src/azurelinux/3.0/net10.0/android/amd64", | ||
"os": "linux", | ||
|
@@ -916,7 +915,6 @@ | |
} | ||
] | ||
}, | ||
|
||
{ | ||
"platforms": [ | ||
{ | ||
|
@@ -943,8 +941,21 @@ | |
"variant": "v8" | ||
} | ||
] | ||
}, | ||
{ | ||
"platforms": [ | ||
{ | ||
"architecture": "amd64", | ||
"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 commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure the There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. I changed it. |
||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
Uh oh!
There was an error while loading. Please reload this page.