a4174a1e0a
StarlingX stopped supporting CentOS builds in the after release 7.0. This update will strip CentOS from our code base. It will also remove references to the failed OpenSUSE feature as well. There is still one CentOS based docker image (n3000), so this update will leave limited CentOS support in download and docker image building tools. Verified with a full Jenkins master branch build for Debian. - download full and incremental - package build full and incremental - iso build - build of base container image - build all flock container images - helm chart build. Story: 2011110 Task: 49939 Change-Id: I57939d2026d7df76091e8658750b4bd0fa8e4f5f Signed-off-by: Scott Little <scott.little@windriver.com>
20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
Debian
|
|
======
|
|
|
|
debian/Dockerfile:
|
|
- disable upstream repo, use only the managed packages.
|
|
Requires additions to download lists in stx-tool.
|
|
- convert thrifty & nss to wheels and don't install them in Dockerfile
|
|
|
|
build-wheel-tarball.sh:
|
|
- current DEB wheel packages install wheels at random locations.
|
|
Fix them and remove the workaround in this script.
|
|
|
|
build-wheel-tarball.sh:
|
|
- look for wheels in non-Starlingx DEBs. Requires accessing repomgr via
|
|
the REST API (?)
|
|
- support layered builds (ie scan DEBs from lower layers)
|
|
|
|
debian/openstack-requirements:
|
|
- requirements are not compatible with debian/bullseye
|