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?
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 :)
so is there any ways to specify the version of the docker version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.