Due to the problems with version 5 runners I want to downgrade to version 4.3.0.
With docker, how can I do this?
Is there a list of tags I can access?
To downgrade to a previous version, you'll need to modify the URL used when spinning up the runner.
Docker base images:
docker pull docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:4.3.0
MacOS/Linux Shell runner:
curl https://product-downloads.atlassian.com/software/bitbucket/pipelines/atlassian-bitbucket-pipelines-runner-4.3.0.tar.gz --output atlassian-bitbucket-pipelines-runner.tar.gz
Windows Powershell
Invoke-WebRequest -Uri https://product-downloads.atlassian.com/software/bitbucket/pipelines/atlassian-bitbucket-pipelines-runner-4.3.0.zip -OutFile .\atlassian-bitbucket-pipelines-runner.zip
If you need further assistance with this, please raise a support ticket directly with our support team - I see you are using a paid workspace:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.