Fix docker volume permission issue 68/14768/2
authoraravind.est <aravindhan.a@est.tech>
Wed, 3 Sep 2025 15:10:03 +0000 (16:10 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 5 Sep 2025 15:00:49 +0000 (15:00 +0000)
commit637cb2237158e3cc8f9860fd36f424008a2a22bf
treee35c2610d45b9316e5de7e6d06fd0db93b65f06e
parentff54c86e37d61264a1a9734306f19bb9d351b011
Fix docker volume permission issue

Docker volume /var/information-coordinator-service/database is failing to get necessary permission because of the different uid used in init container.
This fixes that issue by add that specific location and permission while building docker image itself, So the initcontainer is not necessary.
General dockerfile guildlines aligned.

Issue-ID: INT-193
Change-Id: Ia6748a4a592dbd8a6a8ce71b8285499f32fc9682
Signed-off-by: aravind.est <aravindhan.a@est.tech>
(cherry picked from commit 9f36155d5da35597102b83f57b82b02f89bbe156)
Dockerfile