Skip to content

Commit 1b1b862

Browse files
committed
Get CRI dependency versions from containerd vendor.conf.
Signed-off-by: Lantao Liu <lantaol@google.com>
1 parent 277ab9e commit 1b1b862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/release/release-cri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ go get -d github.com/containerd/cri/...
3131
cd $GOPATH/src/github.com/containerd/cri
3232
git checkout $CRI_COMMIT
3333
make clean
34-
make release TARBALL_PREFIX=cri-containerd LOCAL_RELEASE=true VERSION=${VERSION}
35-
make release TARBALL_PREFIX=cri-containerd-cni LOCAL_RELEASE=true INCLUDE_CNI=true VERSION=${VERSION}
34+
make release TARBALL_PREFIX=cri-containerd LOCAL_RELEASE=true VERSION=${VERSION} VENDOR=${ROOT}/vendor.conf
35+
make release TARBALL_PREFIX=cri-containerd-cni LOCAL_RELEASE=true INCLUDE_CNI=true VERSION=${VERSION} VENDOR=${ROOT}/vendor.conf
3636

3737
mkdir -p ${ROOT}/releases/cri
3838
cp _output/*.tar.gz ${ROOT}/releases/cri

0 commit comments

Comments
 (0)