How to use Service Containers #2741
Unanswered
dstockhammer
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a service container in a job that runs on a self hosted runner. See the simplified workflow yaml below; this works on the cloud runner (
ubuntu-latest
):Sadly on the
self-hosted
runner the connection fails. However it looks like the service container actually starts correctly; here's the simplified output of theInitialize containers
step:I don't see any errors other than the mysql service not being available at
mysql
,localhost
or127.0.0.1
(tried all 3 variants, with and without explicit port mapping in the service).Am I doing something wrong? Do I need to configure something for service containers to work? I couldn't find anything in the docs.
I'm running latest everything;
actions-runner-controller/actions-runner-controller
helm chart version0.23.3
with imagessummerwind/actions-runner-controller:v0.27.4
andsummerwind/actions-runner:latest
(which isv2.306.0-ubuntu-20.04-e0a7e14
at the time of writing).Thanks!
Beta Was this translation helpful? Give feedback.
All reactions