Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Mohan Boddu
6ec0692817 "Bump RELEASE for automatic rebuild" 2018-07-17 19:45:41 +00:00
Mohan Boddu
295e767e42 "Bump RELEASE for automatic rebuild" 2018-05-21 16:01:56 +00:00
Mohan Boddu
539da5824f "Bump RELEASE for automatic rebuild" 2018-04-20 14:44:07 +00:00
Mohan Boddu
82c023c650 "Bump RELEASE for automatic rebuild" 2018-03-29 14:44:45 +00:00
Mohan Boddu
f01d6fe270 "Bump RELEASE for automatic rebuild" 2018-03-15 15:39:35 +00:00
Mohan Boddu
45caaec70c "Bump RELEASE for automatic rebuild" 2018-03-01 19:02:39 +00:00
Mohan Boddu
b9ee3152e4 "Bump RELEASE for automatic rebuild" 2018-03-01 17:11:01 +00:00
Mohan Boddu
3e6c946d3b "Bump RELEASE for automatic rebuild" 2018-01-10 13:38:29 +00:00
Jason Brooks
c87c00b9c5 make run script executable, fix uid/gid 2017-11-27 17:16:16 -08:00
Adam Miller
3bf11ffc3c Bump RELEASE for automatic rebuild 2017-11-14 17:36:27 -06:00
Jason Brooks
d499deb5d2 set FROM for 27, set version to 0 2017-11-01 14:35:46 -07:00
3 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-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" \

View file

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

0
launch.sh Normal file → Executable file
View file