Some Docker images like postgres and gitlab/gitlab-ce require the ability to set permissions and ownerships on files and directories, however this does not appear to be supported on Azure Container Instances (see here, here, here) due to the file shares being mounted as CIFS (SMB) and the underlying file system appearing to be NTFS.
Is there any way to mount an Azure file share or blob storage to my container with POSIX permissions and ownership support?
We use Terraform to deploy our infrastructure to Azure, so examples in HCL would be greatly appreciated.
I am not looking for alternatives such as Azure VMs, Azure PostgreSQL Server or Marketplace offerings.