Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket pipelines runner on the QNAP Container Station

hsyn December 4, 2021

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.

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events