summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-04-23 10:25:27 -0400
committerChris Evich <cevich@redhat.com>2019-04-24 14:25:45 -0400
commitc008cf569cb55570b5b7e03a231ee3a67bfd6aeb (patch)
treea95858cab5f439e465edba580dbd0df473390fa5
parent6fa72887a786465750e00fbcbf0713893fde4919 (diff)
downloadpodman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.tar.gz
podman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.tar.bz2
podman-c008cf569cb55570b5b7e03a231ee3a67bfd6aeb.zip
Cirrus: Bump up runc commit
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r--.cirrus.yml2
-rw-r--r--Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 325176179..e95a6b248 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -49,7 +49,7 @@ env:
CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9"
CRIO_COMMIT: "7a283c391abb7bd25086a8ff91dbb36ebdd24466"
CRIU_COMMIT: "c74b83cd49c00589c0c0468ba5fe685b67fdbd0a"
- RUNC_COMMIT: "25f3f893c86d07426df93b7aa172f33fdf093fbd"
+ RUNC_COMMIT: "029124da7af7360afa781a0234d1b083550f797c"
# CSV of cache-image names to build (see $PACKER_BASE/libpod_images.json)
PACKER_BUILDS: "ubuntu-18,fedora-29,fedora-28,rhel-7" # TODO: rhel-8,centos-7
# Version of packer to use
diff --git a/Dockerfile b/Dockerfile
index 83cd3fccd..767e64570 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean
# Install runc
-ENV RUNC_COMMIT 96ec2177ae841256168fcf76954f7177af9446eb
+ENV RUNC_COMMIT 029124da7af7360afa781a0234d1b083550f797c
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \