Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How I can upgrade docker version used for pipelines

Javier Toledo
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!
September 25, 2018

The pipelines currently uses  Version: 17.12.0-ce which has a bug that doesn't allow having a Dockerfile outside of the build context. I would like to know if there's a way to upgrade the docker used for this. The thing here is that I wouldn't like to spend build minutes on upgrading docker.

1 answer

0 votes
Javier Toledo
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!
September 25, 2018

I couldn't find a way to upgrade the docker daemon. However, for the specific issue regarding the dockerfile outside the build context, I used a Docker in Docker image and exposed the daemon service in this way:

- step:
image: docker:18.06.1
deployment: production
services:
- docker

 Not as good as being able to select the docker version to use for the pipelines but works good enough for my use case.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events