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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,671
Community Members
 
Community Events
184
Community Groups

Bitbucket runner throwing error: "An error occurred whilst pulling image"

Edited

Hi All, 

Its my first time using Bitbucket runners/docker. So I am completely new to this. 

I followed the instruction on the atlassian website and have installed Bitbucket runner on my Ubuntu VM.

When I run the pipeline it fails with the below error:

[2021-11-19 11:58:12,612] An error occurred whilst pulling image.
com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Get \"https://docker-public.packages.atlassian.com/v2/\": remote error: tls: protocol version not supported"}
PipelineError.PNG


I installed docker using the convenience script.
I did not setup a docker repository as I am only interested in using whats available on docker hub if that makes sense...

Please do advice me as I am new to this.

I have added a screenshot of the pipeline yaml file as well.PipelineYAML.PNGRunner.PNG




Any help is appreciated. 


Update: 

Some extra logs (when running pipeline second time):

[2021-11-19 13:50:22,624] Checking for step completion every PT30S seconds.
[2021-11-19 13:50:23,453] Updating step progress to PULLING_IMAGES.
[2021-11-19 13:50:23,544] Appending log line to main log.
[2021-11-19 13:50:23,780] Pulling image docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-dvcs-tools:prod-stable.
[2021-11-19 13:50:24,194] Updating runner state to "ONLINE".
[2021-11-19 13:50:41,167] Pulling image maven:3.6.3.
[2021-11-19 13:50:54,193] Updating runner state to "ONLINE".
[2021-11-19 13:51:24,194] Updating runner state to "ONLINE".
[2021-11-19 13:51:54,193] Updating runner state to "ONLINE".
[2021-11-19 13:52:24,193] Updating runner state to "ONLINE".
[2021-11-19 13:52:31,137] Pulling image selenium/standalone-chrome:latest.
[2021-11-19 13:52:34,418] An error occurred whilst pulling image.
com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Get \"https://registry-1.docker.io/v2/\": EOF"}




 


2 answers

0 votes
Yash Verma
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!
Dec 16, 2022

getting this in bitbucket SaaS, any suggestions @Syahrul 

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 05, 2022

Hi @farkhnawaz 

G'day!

Looking at the error, I believe your server using an outdated TLS and cipher hence you getting the error "remote error: tls: protocol version not supported".
You can use the following commands to check your OpenSSL version

openssl version

If you are using v1.1 then you need to upgrade your server OpenSSL version to at least v1.2 or v1.3. Upgrade will depend on your Linux distros and a quick search should give you information on how to upgrade.

Let me know how it goes

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events