atmoz / sftp

Securely share your files
https://hub.docker.com/r/atmoz/sftp/
MIT License
1.67k stars 833 forks source link

Failed to load the SFTP container from alpine image which is built and deployed by Azure DevOps #371

Open vienleidl opened 1 year ago

vienleidl commented 1 year ago

The default atmoz/sftp:alpine Dockerfile needs to be updated to fix the issue when building the image and deploying to Azure Container Instances from Azure DevOps.

The error message after the image has been built and deployed by Azure DevOps: docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/entrypoint": permission denied: unknown.

vienleidl commented 1 year ago

It's fixed by this PR https://github.com/atmoz/sftp/pull/372