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

Add buildx to images #2901

Merged
merged 2 commits into from Oct 23, 2023
Merged

Add buildx to images #2901

merged 2 commits into from Oct 23, 2023

Conversation

ajschmidt8
Copy link
Contributor

In #2694, I updated Docker from 20.10 to 23.0, which was released in 2.309.0.

As mentioned at the top of the 23.0 release notes here, buildx was separated into a separate package in that release.

As a result of this change, we started experiencing the docker build issue below on our self-hosted runners after we updated them to 2.309.0:

After further investigation, I noticed that Docker-Buildx was explicitly listed on the Installed Packages section of GitHub's runners below, which is likely why they weren't affected by this change:

This PR installs buildx into the actions/runner images so that self-hosted runners can continue to function correctly.

cc: @Link-, @TingluoHuang

@ajschmidt8 ajschmidt8 requested a review from a team as a code owner October 3, 2023 21:16
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.

None yet

2 participants