diff --git a/Dockerfile b/Dockerfile index 41abf8f..5e8fe10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER "Jason Brooks" ENV container=docker -ENV NAME=kubernetes-controller-manager VERSION=0.1 RELEASE=8 ARCH=x86_64 +ENV NAME=kubernetes-controller-manager VERSION=0 RELEASE=11 ARCH=x86_64 LABEL BZComponent="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ diff --git a/config.json.template b/config.json.template index bc7e6a8..27cb6e9 100644 --- a/config.json.template +++ b/config.json.template @@ -7,8 +7,8 @@ "process": { "terminal": false, "user": { - "uid": 994, - "gid": 996 + "uid": 996, + "gid": 994 }, "args": [ "/usr/bin/kube-controller-manager-docker.sh" diff --git a/launch.sh b/launch.sh old mode 100644 new mode 100755