Move docker distribution to v2.7.1 and build from the archived release tarball. Change-Id: I086540d97cd9907cd84d35231a5ba72bdb4db60d Depends-On: https://review.opendev.org/723789 Story: 2006999 Task: 37771 Signed-off-by: Robert Church <robert.church@windriver.com>
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
VERSION=2.7.1
|
|
TAR_NAME="docker-distribution"
|
|
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
TIS_PATCH_VER=1
|
|
|