Merged in fix-ubi-func-tests (pull request #154)

Fix functional ubi tests

Approved-by: Yifei Zhang
This commit is contained in:
Eugene Ivantsov 2024-03-14 05:14:06 +00:00
commit 2d98fc4ea8

View File

@ -26,7 +26,7 @@ services:
- '8090:8090' - '8090:8090'
command: > command: >
bash -c ' bash -c '
apt-get update -y && apt-get install -y netcat && command -v microdnf &> /dev/null && microdnf install -y nmap || { apt-get update -y && apt-get install -y netcat; } &&
/opt/atlassian/support/waitport postgresql 5432 && /opt/atlassian/support/waitport postgresql 5432 &&
chown -R confluence.confluence /var/atlassian/application-data/confluence/ && chown -R confluence.confluence /var/atlassian/application-data/confluence/ &&
/entrypoint.py /entrypoint.py