-
Notifications
You must be signed in to change notification settings - Fork 976
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
Update runner docker image. #3511
Conversation
5f92a1d
to
b709a5b
Compare
Could we get this approved and merged so that I may close out this PR: #3498 |
d55cacb
to
ed0e64d
Compare
@@ -1,12 +1,12 @@ | |||
# Source: https://github.com/dotnet/dotnet-docker | |||
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build | |||
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy as build |
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 runner in latest main is dotnet 8.
@@ -47,7 +47,8 @@ RUN apt update -y \ | |||
# Configure git-core/ppa based on guidance here: https://git-scm.com/download/linux | |||
RUN add-apt-repository ppa:git-core/ppa \ | |||
&& apt update -y \ | |||
&& apt install -y --no-install-recommends git |
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.
install recommends will have ssh
installed, so customer can check out repository via ssh
in actions/checkout
ed0e64d
to
d669d42
Compare
No description provided.