Re: GPG signatures on http://repo.jenkins-ci.org/ incorrect?

2016-04-22 Thread Steven Clark
On Friday, April 22, 2016 at 6:03:08 PM UTC-4, Daniel Beck wrote: > > > > On 22.04.2016, at 17:02, Steven Clark > > wrote: > > > > Is anyone else aware that the GPG signatures seem to be faulty on the > repo? Or am I not verifying them correctly? > &g

GPG signatures on http://repo.jenkins-ci.org/ incorrect?

2016-04-22 Thread Steven Clark
Hello all, Is anyone else aware that the GPG signatures seem to be faulty on the repo? Or am I not verifying them correctly? gpg --verify jenkins-war-1.651.1.war.asc jenkins-war-1.651.1.war gpg: Signature made Thu 14 Apr 2016 01:05:31 AM EDT using DSA key ID D50582E6 gpg: BAD signature from "Ko

Specifing docker user account with inside blocks?

2016-03-06 Thread Steven Clark
Hello, Forgive me if the answer to this question is trivial but I'm currently stumped. I have a docker image that I need to login and execute as a specific user account which doesn't match the host's uid:gid. When I provide the --user argument within the param to docker.image( 'centos:6.7').i