Compare commits

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

23 commits

Author SHA1 Message Date
Mohan Boddu
8501c42bda "Bump RELEASE for automatic rebuild" 2018-07-17 18:45:58 +00:00
Mohan Boddu
3f2f8afc7e "Bump RELEASE for automatic rebuild" 2018-07-17 13:03:35 +00:00
Mohan Boddu
110a65f2be "Bump RELEASE for automatic rebuild" 2018-07-06 13:41:34 +00:00
Mohan Boddu
098a87e0fc "Bump RELEASE for automatic rebuild" 2018-05-21 15:53:19 +00:00
Mohan Boddu
ee0e719bb6 "Bump RELEASE for automatic rebuild" 2018-04-20 14:10:58 +00:00
Mohan Boddu
2fee8e326a "Bump RELEASE for automatic rebuild" 2018-03-29 14:12:15 +00:00
Mohan Boddu
57088507cb "Bump RELEASE for automatic rebuild" 2018-03-15 15:31:08 +00:00
Mohan Boddu
277b364e61 "Bump RELEASE for automatic rebuild" 2018-03-01 18:31:50 +00:00
Mohan Boddu
ebdbc0959a "Bump RELEASE for automatic rebuild" 2018-03-01 17:01:25 +00:00
Mohan Boddu
301acd2f03 "Bump RELEASE for automatic rebuild" 2018-02-16 14:59:03 +00:00
Mohan Boddu
ad656dbee6 "Bump RELEASE for automatic rebuild" 2018-01-18 23:25:18 +00:00
Mohan Boddu
dbbedc8e91 "Bump RELEASE for automatic rebuild" 2018-01-18 23:18:44 +00:00
Mohan Boddu
6ec57ecdf4 "Bump RELEASE for automatic rebuild" 2018-01-18 23:04:45 +00:00
Mohan Boddu
2bbd050f13 "Bump RELEASE for automatic rebuild" 2018-01-18 22:35:53 +00:00
Mohan Boddu
a9950eb8a6 "Bump RELEASE for automatic rebuild" 2018-01-10 13:21:29 +00:00
Mohan Boddu
f7e3d50b2e "Bump RELEASE for automatic rebuild" 2018-01-10 13:18:45 +00:00
Giuseppe Scrivano
f9d688ac70
sync with upstream
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-10 09:52:55 +01:00
Mohan Boddu
ed2becd74c "Bump RELEASE for automatic rebuild" 2018-01-10 00:25:16 +00:00
Mohan Boddu
6eeaf03949 "Bump RELEASE for automatic rebuild" 2018-01-10 00:05:26 +00:00
Patrick Uiterwijk
c28e5ad8b6 Disable the auto-build. That's not working with that flag
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-01-10 00:49:49 +01:00
Mohan Boddu
02074238e8 "Bump RELEASE for automatic rebuild" 2018-01-09 22:38:08 +00:00
Mohan Boddu
54decdc4d8 "Bump RELEASE for automatic rebuild" 2018-01-09 17:07:09 +00:00
Mohan Boddu
141c5c7c45 "Bump RELEASE for automatic rebuild" 2018-01-09 17:00:35 +00:00
5 changed files with 6 additions and 5 deletions

View file

@ -1,3 +0,0 @@
[autorebuild]
enabled = true

View file

@ -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
View file

@ -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

View file

@ -14,6 +14,7 @@ TasksMax=infinity
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target

View file

@ -1,4 +1,4 @@
d ${RUN_DIRECTORY}/${NAME} - - - - -
d ${RUN_DIRECTORY}/crio - - - - -
d /etc/crio - - - - -
Z /etc/crio - - - - -
d ${STATE_DIRECTORY}/origin - - - - -