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: 

docker engine version

Darren Chiu
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!
April 26, 2017

the new docker support for bitbucket pipelines is perfect, but I would like to know what is the version of the docker cli version and if the version will be updated?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2017

Hi Darren,

You can run docker version in your pipeline configuration to find out.

Here is an example bitbucket-pipelines.yml

pipelines:
default:
- step:
script:
- docker version

options:
docker: true

 See the official docs for more info :)

Darren Chiu
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!
May 23, 2017

so is there any ways to specify the version of the docker version?

TAGS
AUG Leaders

Atlassian Community Events