The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events