Hi,
i would use my QNAP to run the bitbucket-pipeline-runner. For that a YAML configuration is needed.
I created this one with some research.
version: '3'
services:
runner-********-****-****-****-************:
image: docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:1
volumes:
- /tmp:/tmp
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/containers:/var/lib/docker/containers:ro
environment:
- ACCOUNT_UUID={********-****-****-****-************}
- RUNNER_UUID={********-****-****-****-************}
- RUNTIME_PREREQUISITES_ENABLED=true
- OAUTH_CLIENT_ID=********************************
- OAUTH_CLIENT_SECRET=************-***************************************************
- WORKING_DIRECTORY=/tmp
It seems to work with issues. Maybe someone can figure out misconfigurations.
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.