Add build parameter on horizon image

Docker images build was failing due to conflict on GID
resolution on stx-horizon image. Adding UPDATE_SYSTEM_ACCOUNT
allows the build automation to update GID and UID to
perform the build

Test plan:

PASS: build horizon docker image
PASS: build all openstack docker images
PASS: Upload new image to a running openstack on AIO-SX
      and reapply the app to check pod health and that services are working

Closes-Bug: 2113898

Change-Id: Ic7d46c06d46ba441f6a33abcc7bb8cc3195a6c1f
Signed-off-by: Romulo Leite <romulo.leite@windriver.com>
This commit is contained in:
Romulo Leite
2025-06-10 14:26:26 -03:00
committed by Romulo Jose Lyra Leite
parent e9c5510420
commit 11f8457ca1

View File

@@ -7,6 +7,7 @@ UPGRADE_PIP_PACKAGES=pip
DIST_REPOS="OS"
PROJECT_UID=42425
PROJECT_GID=42425
UPDATE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="\
coverage \
ldap \