diff options
author | Chris Evich <cevich@redhat.com> | 2018-10-29 17:53:20 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-10-29 18:32:41 -0400 |
commit | 8126eb8a3951037871f1e11aafd7f185a7f1e6a9 (patch) | |
tree | 8a439e4836c1c2b410fcd6f7415fa4f544491d1a /Dockerfile | |
parent | 60ba26ab2139e6ab5d50138bd36494ef323e19a1 (diff) | |
download | podman-8126eb8a3951037871f1e11aafd7f185a7f1e6a9.tar.gz podman-8126eb8a3951037871f1e11aafd7f185a7f1e6a9.tar.bz2 podman-8126eb8a3951037871f1e11aafd7f185a7f1e6a9.zip |
Update the runc commit used for testing
Use image ubuntu-1804-bionic-v20180911-libpod-63a86a18 which was built
with RUNC_COMMIT 78ef28e63bec2ee4c139b5e3e0d691eb9bdc748d.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 62be638f2..70d1a7629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ ADD . /go/src/github.com/containers/libpod RUN set -x && cd /go/src/github.com/containers/libpod && make install.libseccomp.sudo # Install runc -ENV RUNC_COMMIT ad0f5255060d36872be04de22f8731f38ef2d7b1 +ENV RUNC_COMMIT 78ef28e63bec2ee4c139b5e3e0d691eb9bdc748d RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \ |