Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8501c42bda | ||
|
|
3f2f8afc7e | ||
|
|
110a65f2be | ||
|
|
098a87e0fc | ||
|
|
ee0e719bb6 | ||
|
|
2fee8e326a | ||
|
|
57088507cb | ||
|
|
277b364e61 | ||
|
|
ebdbc0959a | ||
|
|
301acd2f03 | ||
|
|
ad656dbee6 | ||
|
|
dbbedc8e91 | ||
|
|
6ec57ecdf4 | ||
|
|
2bbd050f13 | ||
|
|
a9950eb8a6 | ||
|
|
f7e3d50b2e | ||
|
|
f9d688ac70 |
||
|
|
ed2becd74c | ||
|
|
6eeaf03949 | ||
|
|
c28e5ad8b6 | ||
|
|
02074238e8 | ||
|
|
54decdc4d8 | ||
|
|
141c5c7c45 |
5 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +0,0 @@
|
|||
[autorebuild]
|
||||
enabled = true
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
FROM registry.fedoraproject.org/fedora:27
|
||||
|
||||
ENV VERSION=0 RELEASE=3 ARCH=x86_64
|
||||
ENV VERSION=0 RELEASE=25 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