-
Type:
Task
-
Status: Closed
-
Priority:
Low
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Frankfurt Release
-
Component/s: None
-
Labels:None
In jenkins job, there is no TTY device. when running docker exec, usually using "--tty" to avoid the error.
++ docker exec -it mariadb chmod +x /docker-entrypoint-initdb.d/db.sh
the input device is not a TTY.
(for example from the csit log: https://jenkins.onap.org/view/CSIT/job/policy-master-csit-api/666/console)
also there are two out of dated docker-compose yaml files would be removed from policy/docker repo