[Bug]: 'dev' docker images no longer start from commit 7031c47f (02/06/2024 15:47) #11969
-
Describe the problem you are havingDocker image startup log complains about tempio command not found
The tempio command is called from a nginx script
The problem is due to the fact that the tempio command folder is not in the PATH.
But the tempio command folder is defined in the PATH in the Dockerfile
I don't know why the tempio command folder is no longer defined in PATH once the docker image has been created. Steps to reproducerun docker image dev-7031c47 or later Version0.14.0-0d862d6 Frigate config fileUseless Relevant log output[INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
[INFO] Service NGINX exited with code 127 (by signal 0) Operating systemDebian Install methodDocker Compose Network connectionWireless Camera make and modelTapo C510W Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is probably a duplicate of #11755 Are you using Portainer? |
Beta Was this translation helpful? Give feedback.
This is probably a duplicate of #11755
Are you using Portainer?