run proxy as root

This commit is contained in:
Jason Brooks 2018-03-20 13:28:29 -07:00
commit ea79d3a69f
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV container=docker
ENV NAME=kubernetes-proxy VERSION=0 RELEASE=8 ARCH=x86_64
ENV NAME=kubernetes-proxy VERSION=0 RELEASE=0 ARCH=x86_64
LABEL BZComponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \

View file

@ -7,8 +7,8 @@
"process": {
"terminal": false,
"user": {
"uid": 996,
"gid": 994
"uid": 0,
"gid": 0
},
"args": [
"/usr/bin/kube-proxy-docker.sh"