Modernize onboard-db-init-docker image 23/143323/6 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 17 Feb 2026 10:21:48 +0000 (11:21 +0100)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Wed, 11 Mar 2026 10:22:52 +0000 (10:22 +0000)
commit198539d00475b008e4312302e368e6d9255d54d2
treeae9d929c71fdbdd41f2d53c5338a9728e5d2866b
parent68a85a27ec0b6eeaa4a818dee0a339319b062aa5
Modernize onboard-db-init-docker image

- use python:3.11-alpine image instead of onap/policy-jdk-alpine:2.4.4
- jdk is not needed in the image since the image is used to run cqlsh
  commands that is installed via python
- this updates the python version from 3.9 to 3.11
- this reduces the image size from 670MB to 75MB
- improve ui tests reliability by increasing a wait timeout
  and catching broader exceptions on the VspValidationPage

Issue-ID: SDC-4784
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Change-Id: I8e464c7b5fa3ea2e59ccb1a46a432220978b1ca7
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/AttributesPage.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/VspValidationPage.java
openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile