Skip to content

summerwind/actions-runner:latest grabs ubuntu 20.04, not ubuntu 22.04 #4058

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

Open
7 tasks done
sidneyprins opened this issue Apr 25, 2025 · 5 comments
Open
7 tasks done
Labels
bug Something isn't working community Community contribution needs triage Requires review from the maintainers

Comments

@sidneyprins
Copy link

sidneyprins commented Apr 25, 2025

Checks

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions. It might also be a good idea to contract with any of contributors and maintainers if your business is so critical and therefore you need priority support
  • I've read releasenotes before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
  • My actions-runner-controller version (v0.x.y) does support the feature
  • I've already upgraded ARC (including the CRDs, see charts/actions-runner-controller/docs/UPGRADING.md for details) to the latest and it didn't fix the issue
  • I've migrated to the workflow job webhook event (if you using webhook driven scaling)

To Reproduce

1. Go to https://hub.docker.com/r/summerwind/actions-runner/tags
2. Compare summerwind/actions-runner:latest with the latest ubuntu 20.04
3. They are the same, which should not be the case
Image

Describe the bug

Hello,

The docker image summerwind/actions-runner with the tag :latest grabs ubuntu 20.04, instead of the newer version ubuntu 22.04.

Ubuntu 20.04 is phased out at Github as runner, so this means that github actions start dropping support 20.04. Would be nice if latest actually supports the latest ubuntu versions. Specifically mentioning this, because we will also get Ubuntu 24.04 at some point, so it should favor that one instead once that gets supported over 22.04.

Workaround

If you're facing the same issue, simply pin to ubuntu-22.04

Like this
summerwind/actions-runner:ubuntu-22.04

Describe the expected behavior

Latest should grab ubuntu-22.04

Additional Context

@sidneyprins sidneyprins added bug Something isn't working community Community contribution needs triage Requires review from the maintainers labels Apr 25, 2025
Copy link
Contributor

Hello! Thank you for filing an issue.

The maintainers will triage your issue shortly.

In the meantime, please take a look at the troubleshooting guide for bug reports.

If this is a feature request, please review our contribution guidelines.

@nikola-jokic
Copy link
Collaborator

Hey @sidneyprins,

Please properly populate the issue template and the title.

@sidneyprins sidneyprins changed the title <Please write what didn't work for you here> summerwind/actions-runner:latest grabs ubuntu 20.04, not ubuntu 22.04 Apr 25, 2025
@sidneyprins
Copy link
Author

Hey @nikola-jokic

Thanks, I have updated the title and cleaned up the issue of everything that is not related to this issue.

@Amnesthesia
Copy link

I'm also confused by this — started getting an error with actions/setup-ruby: Error: The current runner (ubuntu-20.04-x64) was detected as self-hosted because the platform does not match a GitHub-hosted runner image (or that image is deprecated and no longer supported)

Pulled the latest summerwind/actions-runner-dind and rebuilt our custom image, only to find the :latest tag still points to the 20.04 image, not 22.04

@SB-MFJ
Copy link

SB-MFJ commented Apr 30, 2025

#3598 is related as the controller gates the version as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Community contribution needs triage Requires review from the maintainers
Projects
None yet
Development

No branches or pull requests

4 participants