Skip to content

Commit

Permalink
Specify gid=0 for test harness
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
  • Loading branch information
jmtd committed Dec 7, 2018
1 parent 4f1c317 commit f04e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fi
echo using uid $uid

docker run --rm -ti \
-u $uid \
-u $uid:0 \
-v $(pwd)/testcert/ca/ca.cert.pem:/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt \
-v $(pwd)/testcert:/tmp/testcert:Z \
-v $(pwd)/runme.sh:/tmp/runme.sh:Z \
Expand Down

0 comments on commit f04e213

Please sign in to comment.