sftp icon indicating copy to clipboard operation
sftp copied to clipboard

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

Open vienleidl opened this issue 1 year ago • 1 comments

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 avatar Apr 21 '23 11:04 vienleidl

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

vienleidl avatar Apr 21 '23 11:04 vienleidl