cancel
Showing results for 
Search instead for 
Did you mean: 

Starting container process caused: chdir to cwd ("/home/vflow")

0 Kudos

I am receiving this error while grouping my docker file to python operator in modeler pipeline SAP DI .
Group messages: Group: group3; Messages: Process(es) terminated with error(s). restartOnFailure==false: OCI runtime create failed: container_linux.go:367: starting container process caused: chdir to cwd ("/home/vflow") set in config.json failed: permission denied: unknown

Here is the docker file we are using .

Accepted Solutions (0)

Answers (1)

Answers (1)

Vitaliy-R
Developer Advocate
Developer Advocate
0 Kudos

I haven't tried using public docker images in DI pipelines, but my understanding is that if you pull

FROM python:3.9.10-slim-buster

then that image does not contain "/home/vflow" folder.

Regards.