Compare commits

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

16 commits

Author SHA1 Message Date
Mohan Boddu
8cec681ef0 "Bump RELEASE for automatic rebuild" 2018-07-17 20:11:39 +00:00
Mohan Boddu
3dadc28b53 "Bump RELEASE for automatic rebuild" 2018-05-21 16:21:11 +00:00
Mohan Boddu
31d883ff69 "Bump RELEASE for automatic rebuild" 2018-04-20 14:51:58 +00:00
Mohan Boddu
4e3646d3b6 "Bump RELEASE for automatic rebuild" 2018-03-29 15:02:00 +00:00
Mohan Boddu
f189285e83 "Bump RELEASE for automatic rebuild" 2018-03-15 15:46:28 +00:00
Mohan Boddu
bb04856869 "Bump RELEASE for automatic rebuild" 2018-03-01 19:11:40 +00:00
Mohan Boddu
4dc72e04ae "Bump RELEASE for automatic rebuild" 2018-03-01 17:20:19 +00:00
Mohan Boddu
971f171f4e "Bump RELEASE for automatic rebuild" 2018-01-10 13:57:10 +00:00
Mohan Boddu
e1d1299fcc "Bump RELEASE for automatic rebuild" 2018-01-09 15:43:09 +00:00
Jason Brooks
4a849b2dc7 bump release 2017-12-19 11:37:14 -08:00
Jason Brooks
1591e1c62d run kube-proxy as root 2017-12-19 11:36:51 -08:00
Jason Brooks
10c6feba7b bump release 2017-12-18 13:06:02 -08:00
Jason Brooks
0ec47c4ca6 bind mount /run rw 2017-12-18 13:05:09 -08:00
Jason Brooks
dd6638d068 make run script executable, fix uid/gid 2017-11-27 17:21:57 -08:00
Adam Miller
7a590e0f1f Bump RELEASE for automatic rebuild 2017-11-14 17:35:53 -06:00
Jason Brooks
07c214246a set FROM for 27, set version to 0 2017-11-01 14:40:13 -07:00
3 changed files with 12 additions and 5 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=14 ARCH=x86_64
LABEL BZComponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \

View file

@ -6,10 +6,7 @@
},
"process": {
"terminal": false,
"user": {
"uid": 994,
"gid": 996
},
"user": {},
"args": [
"/usr/bin/kube-proxy-docker.sh"
],
@ -320,6 +317,16 @@
"rbind",
"rprivate"
]
},
{
"type": "bind",
"source": "/run",
"destination": "/run",
"options": [
"rbind",
"rw",
"mode=755"
]
}
],
"linux": {

0
launch.sh Normal file → Executable file
View file