Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cec681ef0 | ||
|
|
3dadc28b53 | ||
|
|
31d883ff69 | ||
|
|
4e3646d3b6 | ||
|
|
f189285e83 | ||
|
|
bb04856869 | ||
|
|
4dc72e04ae | ||
|
|
971f171f4e | ||
|
|
e1d1299fcc | ||
|
|
4a849b2dc7 | ||
|
|
1591e1c62d | ||
|
|
10c6feba7b | ||
|
|
0ec47c4ca6 | ||
|
|
dd6638d068 | ||
|
|
7a590e0f1f | ||
|
|
07c214246a |
3 changed files with 12 additions and 5 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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
0
launch.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue