build-docker-images: Add repo for containers layer

Now that the each layer will have its own binary repository, we need to
specify `deb-local-binary-containers` as one of the repositories in the
sources.list used by the container image creation scripts.

Test Plan:
PASS - Run `build-stx-base.sh` and build `stx-debian` successfully
PASS - Run `build-stx-images.sh` and build container images successfully

Story: 2010797
Task: 48719

Change-Id: Ieb9e5d98c2d365a448e52c8b0adc781ace46a8d5
Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
(cherry picked from commit 521fe5d898)
This commit is contained in:
Luan Nunes Utimura 2023-09-04 08:47:34 -03:00 committed by Lucas de Ataides Barreto
parent 01f8933531
commit 567242f0d2

View File

@ -1,2 +1,3 @@
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-binary-containers @DEBIAN_DISTRIBUTION@ main
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-binary @DEBIAN_DISTRIBUTION@ main
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-build @DEBIAN_DISTRIBUTION@ main