Skip to content

Add buildx to images#2901

Merged
TingluoHuang merged 2 commits into
actions:mainfrom
ajschmidt8:buildx
Oct 23, 2023
Merged

Add buildx to images#2901
TingluoHuang merged 2 commits into
actions:mainfrom
ajschmidt8:buildx

Conversation

@ajschmidt8

Copy link
Copy Markdown
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

2 participants