master and stx.7.0 debian build tools have diverged.

Need to use 7.0 build containers to build 7.0.

Short term solution is to hard code the container tag.

A follow up should examine computing the container tag from
the branch name, or other environment variable.

Partial-bug: 1985991
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: Id2645ec0e9b60d05df9844cbaeeffd92f4644a00
This commit is contained in:
Scott Little 2022-08-12 09:48:05 -04:00
parent bd7810cf30
commit b89f1a40d5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PYTHON3=python3
KUBECTL=kubectl
DOCKER_PREFIX="starlingx/"
DOCKER_IMAGES="stx-builder stx-pkgbuilder stx-lat-tool stx-aptly"
DOCKER_TAG="master-debian-latest"
DOCKER_TAG="rc-7.0-debian-latest"
BUILD_DOCKER=0
DELETE_ENV=0