After upgrading Elastic Runtime, you may see that a customized Docker app fails to start. On closer inspection you can see that files which have been removed from the Docker image still appear to exist.
In the example below, a Docker file was used to build and remove the file 'welcome.conf', however that is still present in the image when run on Pivotal Cloud Foundry. Further more, the permissions on this file are invalid.
[root@cake conf.d]# ls -la ls: cannot access 'welcome.conf': No such file or directory total 16 drwxr-xr-x 1 root root 25 Jun 6 09:53 . drwxr-xr-x 1 root root 19 Jun 6 09:53 .. -rw-r--r-- 1 root root 366 May 1 08:54 README -rw-r--r-- 1 root root 21 Jun 6 2018 ServerName.conf -rw-r--r-- 1 root root 2893 May 1 08:54 autoindex.conf -rw-r--r-- 1 root root 1252 May 1 08:51 userdir.conf ?????????? ? ? ? ? ? welcome.conf