Skip to content
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

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Update runner docker image. #3511

merged 2 commits into from
Nov 12, 2024

Conversation

TingluoHuang
Copy link
Member

No description provided.

@TingluoHuang TingluoHuang requested a review from a team as a code owner October 18, 2024 15:21
@TingluoHuang TingluoHuang force-pushed the users/tihuang/dockerfile2 branch from 5f92a1d to b709a5b Compare October 21, 2024 15:32
@ali-kafel
Copy link

Could we get this approved and merged so that I may close out this PR: #3498

@TingluoHuang TingluoHuang force-pushed the users/tihuang/dockerfile2 branch 2 times, most recently from d55cacb to ed0e64d Compare November 12, 2024 18:39
@@ -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
Copy link
Member Author

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
Copy link
Member Author

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

@TingluoHuang TingluoHuang changed the title Update docker and buildx version. Update runner docker image. Nov 12, 2024
@TingluoHuang TingluoHuang force-pushed the users/tihuang/dockerfile2 branch from ed0e64d to d669d42 Compare November 12, 2024 19:56
@TingluoHuang TingluoHuang merged commit 1e1f784 into main Nov 12, 2024
9 checks passed
@TingluoHuang TingluoHuang deleted the users/tihuang/dockerfile2 branch November 12, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants