Skip to content

Commit

Permalink
Updated containerd deb dependency to depend to right runc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Apr 27, 2018
1 parent 11a223a commit 221bcf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build-containerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -eu

CONTAINERD_VERSION="v1.0.3"
RUNC_DEP_VERSION="1.0.0-rc4+9f9c9623"
BUILD_DIR=/tmp/build
ELIOT_SRC_DIR=$(pwd)
TARGET_DIR=${ELIOT_SRC_DIR}/dist
Expand Down Expand Up @@ -32,7 +33,7 @@ version: "${CONTAINERD_VERSION}"
section: "default"
priority: "extra"
depends:
- runc (>=0.1.1)
- runc (>=${RUNC_DEP_VERSION})
maintainer: "Erno Aapa <[email protected]>"
description: An open and reliable container runtime
homepage: "https://containerd.io"
Expand Down

0 comments on commit 221bcf8

Please sign in to comment.