Hi there! we are evaluating bitbucket pipelines and i've installed a self hosted runner in kubernetes using the autoscaler following this docs
Which works fine and i do see the runner being registered and selected in my pipelines.
My question is:
I'm testing with a custom pipe and as the runner is using dind to run docker images i would assume those steps would run in the dind container inside the runner pod but i do not see the image used for the pipe inside the container while i do see it is using the image `docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-docker-daemon
so my pipe looks like:
pipelines:
custom: # Pipelines that are triggered manually
test: # The name that is displayed in the list in the Bitbucket Cloud GUI
- step:
runs-on:
- 'self.hosted'
script:
- pipe: docker://my-registry/bb/my-image:latest
am i missing something?
@Syahrul thanks for the reply!
I though that limitation was related to windows runners as that limitations is only described under windows runner, isn't that the case?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry for the confusion earlier. I mistakenly mixed up the Linux shell runner and Docker. While we don't support pipe in the Linux shell, we do support it in Docker. The autoscaler uses Linux Docker.
With that clarified, could you give me some more context on what you aim to achieve with the pipe? Were you attempting to create a Docker-in-Docker (DinD) setup in your steps?
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.