I've just updated my local self-hosted pipeline, after running into some issues with Docker pull rate limits.
The pull rate limits seem to have been solved, but now the new self-hosted pipeline is throwing this error when I try to build a project:
Status 404: {"message":"No such image: docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-dvcs-tools:prod-stable"}
Hello @Charcoa1 ,
Welcome to Atlassian Community!
I went ahead and tried to reproduce this error on my side, but the image was pulled successfully. In this case, would you please try pulling the image directly from the terminal using the following docker command in the same environment where you run the self-hosted runner?
docker pull docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-dvcs-tools:prod-stable
Also, could you please make sure you are using the latest runner's image available? You can update the runner's image in your environment by executing the below command :
docker pull docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner:1
Once you have the images updated please restart the runner container, try running the build again and let us know how it goes.
Hope that helps! Let me know in case you run into any issues.
Thank you, @Charcoa1 .
Kind regards,
Patrik S
Hi Patrik!
I'm guessing for some reason the image wasn't available for about the hour I was trying to get it.
I tried running another pipeline about 8 hours ago and it worked. This was with the same runner container version that didn't work before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.