567242f0d2
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
)
4 lines
259 B
Plaintext
4 lines
259 B
Plaintext
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
|