openshift-s2i / s2i-aspnet

Source-to-Image template for ASP.NET applications
16 stars 23 forks source link

Fix permission issue with s2i-aspnet image #26

Closed dinhxuanvu closed 8 years ago

dinhxuanvu commented 8 years ago

In the S2I assemble code, there is no permission fix for the directory where the executable files are located. As a result, during the deployment process, those files are not accessible causing permission denied error. The deployment fails eventually afterward. The fix-permission steps are added to apply appropreciate permission to those directories to address the issue.

Signed-off-by: Vu Dinh vdinh@redhat.com

dinhxuanvu commented 8 years ago

@bparees PTAL. Thanks.

bparees commented 8 years ago

lgtm