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

Why is pipelines not accepting this dockerhub public image?

jerrylogansquare@gmail.com September 30, 2016

BB Pipelines is barfing on the very first line of my script. I'm following the example given by Atlassian for a existing, public Docker image.   Its not my username for dockerhub, but I didn't think that would make a difference if its public.  I'm confused why its trying to pull from docker.io instead of hub.docker.com ?

 # Specify a docker image from Dockerhub (Ubuntu 14.04, cmake, cmocka)
 image: pyvil/c-cmake-cmocka

 

ERROR from pipelines:

+ docker pull "pyvil/c-cmake-cmocka" 
Using default tag: latest 
Pulling repository docker.io/pyvil/c-cmake-cmocka 
Tag latest not found in repository docker.io/pyvil/c-cmake-cmocka


1 answer

1 accepted

1 vote
Answer accepted
SebC
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2016

That error is because you've instructed Pipelines to get the default tag of the image "latest". Looking at https://hub.docker.com/r/pyvil/c-cmake-cmocka/tags/ there is no latest tag, so you'll have to change your image to pyvil/c-cmake-cmocka:version0.0.1

jerrylogansquare@gmail.com September 30, 2016

thanks!!!

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events