Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4793fa51 |
||
|
|
b1ca09f903 | ||
|
|
a62837de65 |
5 changed files with 7 additions and 6 deletions
|
|
@ -1,3 +0,0 @@
|
|||
[autorebuild]
|
||||
enabled = true
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
FROM registry.fedoraproject.org/fedora:27
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
|
||||
ENV VERSION=0 RELEASE=3 ARCH=x86_64
|
||||
ENV VERSION=0 RELEASE=4 ARCH=x86_64
|
||||
LABEL com.redhat.component="cri-o" \
|
||||
name="$FGC/cri-o" \
|
||||
version="$VERSION" \
|
||||
|
|
|
|||
3
run.sh
3
run.sh
|
|
@ -5,4 +5,7 @@ PID=$$
|
|||
LABEL=`tr -d '\000' < /proc/$PID/attr/current`
|
||||
printf %s $LABEL > /proc/self/attr/exec
|
||||
|
||||
test -e /etc/sysconfig/crio-storage && source /etc/sysconfig/crio-storage
|
||||
test -e /etc/sysconfig/crio-network && source /etc/sysconfig/crio-network
|
||||
|
||||
exec /usr/bin/crio --log-level=$LOG_LEVEL
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ TasksMax=infinity
|
|||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
TimeoutStartSec=0
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
d ${RUN_DIRECTORY}/${NAME} - - - - -
|
||||
d ${RUN_DIRECTORY}/crio - - - - -
|
||||
d /etc/crio - - - - -
|
||||
Z /etc/crio - - - - -
|
||||
d ${STATE_DIRECTORY}/origin - - - - -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue