Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24338

Issues with docker permissions

XMLWordPrintable

      We're trying to use the docker-build-publish plugin to create a docker image from a Docker file. We're hitting an issue with permissions against the docker service:

      Started by an SCM change
      [EnvInject] - Loading node environment variables.
      Building in workspace /var/lib/jenkins/jenkins-data/jobs/Web Docker Build/workspace
       > git rev-parse --is-inside-work-tree # timeout=10
      Fetching changes from the remote Git repository
       > git config remote.origin.url git@github.com:apptentive/web.git # timeout=10
      Fetching upstream changes from git@github.com:apptentive/web.git
       > git --version # timeout=10
       > git fetch --tags --progress git@github.com:apptentive/web.git +refs/heads/*:refs/remotes/origin/*
       > git rev-parse origin/master^{commit} # timeout=10
      Checking out Revision 4524d546bff7c10f7255a3b04f010af45edff98c (origin/master)
       > git config core.sparsecheckout # timeout=10
       > git checkout -f 4524d546bff7c10f7255a3b04f010af45edff98c
       > git rev-list c585ab3d0a9b7dae3ce86ca8e44c6b393836c886 # timeout=10
      No credentials provided, so not logging in to the registry.
      [workspace] $ docker build -t quay.io/apptentive/web:4524d546bff7c10f7255a3b04f010af45edff98c support/web-base
      2014/08/19 23:39:40 Post http:///var/run/docker.sock/build?rm=1&t=quay.io%2Fapptentive%2Fweb%3A4524d546bff7c10f7255a3b04f010af45edff98c: dial unix /var/run/docker.sock: permission denied
      Build step 'Docker build and publish' marked build as failure
      Finished: FAILURE
      

      We have other jenkins jobs that hit docker on this machine (without sudo) without issue-- the jenkins user is a member of the docker group and the docker group has r/w permissions on the socket.

            michaelneale Michael Neale
            msaffitz Mike Saffitz
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: