From b89f1a40d5b2d0670fed7241a93b1a055c252966 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 12 Aug 2022 09:48:05 -0400 Subject: [PATCH] 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 Change-Id: Id2645ec0e9b60d05df9844cbaeeffd92f4644a00 --- stx-init-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx-init-env b/stx-init-env index ff3170d9..7cec52a6 100755 --- a/stx-init-env +++ b/stx-init-env @@ -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