vjuranek / docker-build-step-plugin

Other
8 stars 97 forks source link

Auto install not working #32

Open gregdymek opened 8 years ago

gregdymek commented 8 years ago

Docker auto install doesn't install docker on running docker item. In Configure section in jenkins docker installer is selected to install latest from docker.io

michaelajr commented 8 years ago

I have the same issue. screen shot 2016-03-12 at 2 44 05 pm screen shot 2016-03-12 at 2 44 25 pm

michaelajr commented 8 years ago

Just saw the date on this. Is this project still being worked on?

gregdymek commented 8 years ago

I think the project has moved (as I remember the time I reported the issue I couldn't log in to jenkins ticketing system so I put it here). Anyway in my case I installed docker manually, by extending Dockerfile for jenkins image.

carlomorelli commented 6 years ago

This issue still stands. Trying out with Jenkins official docker image (2.89.4). I'm using a declarative pipeline: pipeline { agent { docker { ... } } .. } I end up with "docker: not found" error on the job log.