[Bug?]: Updated Docker container from 0.14-b2 to 0.14-b3, tempio command not found #11979
-
Describe the problem you are havingI just upgraded from 0.14-b2 to b3, now the container doesn't start:
Steps to reproduceUpdate from b2 to b3. Version0.14-b3 Frigate config file- Relevant log outputBrokenPipeError: [Errno 32] Broken pipe
2024-06-15 21:11:59.720641027 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-06-15 21:12:00.727915703 [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
2024-06-15 21:12:00.792779915 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-06-15 21:12:01.798199765 [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
2024-06-15 21:12:01.861267391 [INFO] Service NGINX exited with code 127 (by signal 0) Operating systemProxmox Install methodDocker Compose Network connectionWired Camera make and modelUnifi Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
blakeblackshear
Jun 15, 2024
Replies: 1 comment 5 replies
-
duplicate of #11755 most likely |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frigate's container already does this correctly: https://github.com/blakeblackshear/frigate/blob/dev/docker/main/Dockerfile#L156
Portainer is saving old PATH variables and overriding the PATH variable for updates. There is nothing we can do to prevent this from happening. File a bug report with Portainer.