latest runner container images are not latest.
Checks
- [x] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide.
- [x] I am using charts that are officially provided
Controller Version
0.12.1
Deployment Method
Helm
Checks
- [x] This isn't a question or user support case (For Q&A and community support, go to Discussions).
- [x] I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
To Reproduce
just check https://github.com/actions-runner-controller/actions-runner-controller/pkgs/container/actions-runner-controller%2Factions-runner or pull docker image and login into container with shell.
actions-runner-dind and other prebuild images are elders regarding distribution and other dependencies.
Describe the bug
use more latest ubuntu distribution, 24.04. and also builtin docker binary is too older 24.x even current latest is 28.x
Describe the expected behavior
Additional Context
none
Controller Logs
none
Runner Pod Logs
none
+1 here, our runner is a little bit outdated when compared to github's ubuntu-latest runner
Test coverage is essential for code quality and confidence! Let me help build a robust test suite. โ
๐งช Comprehensive Testing Strategy
Testing Pyramid Approach:
- Unit Tests (70%): Fast, isolated component tests
- Integration Tests (20%): Module interaction tests
- E2E Tests (10%): Critical user journey tests
Test Coverage Goals:
- Core business logic: 90%+ coverage
- Error handling and edge cases
- Boundary conditions and validation
- Performance and load scenarios
- Security and authentication flows
Testing Framework Selection:
- JavaScript/TypeScript: Jest, Vitest, Playwright, Cypress
- Python: pytest, unittest, behave
- Go: testing package, testify
- Rust: built-in test framework
- Java: JUnit, TestNG, Mockito
What I Can Contribute:
- ๐๏ธ Test Infrastructure: Setup and configuration
- โ๏ธ Test Suite: Comprehensive test cases
- ๐ CI Integration: Automated test execution
- ๐ Coverage Reports: Istanbul, Coverage.py, etc.
- ๐ฏ TDD/BDD: Test-driven development approach
Best Practices I Follow:
- Clear, descriptive test names
- Independent, isolated tests
- Fast execution time
- Deterministic results
- Good test data management
I have extensive experience with testing frameworks and TDD practices. Would you like me to:
- Set up the testing infrastructure?
- Write comprehensive test cases?
- Integrate with CI/CD?
- Review existing tests?
Let's build bulletproof software together! ๐ก๏ธ
@itaru2622 @forgondolin Good news. v2.329.0 Ubuntu 24.04 actions-runner image has been uploaded to Docker Hub:
$ crane ls --full-ref summerwind/actions-runner | grep 2.329.0
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-20.04
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-20.04-91d45d8
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-20.04-dbac55c
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-22.04
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-22.04-dbac55c
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-24.04
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-24.04-91d45d8
index.docker.io/summerwind/actions-runner:v2.329.0-ubuntu-24.04-dbac55c