Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bitbucket pipelines runner on the QNAP Container Station

hsyn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events