psa_car_controller icon indicating copy to clipboard operation
psa_car_controller copied to clipboard

Fix OTP SHA256 issue during OTP process. Change Dockerfile to build on official Python base image

Open jasworks opened this issue 6 months ago • 3 comments

Allowing psa-car-controller to build within a container then installed in a separate Python base image, which in turn is based on Debian. This will speed up build process.

Allow building of psa-car-controller in a container.

Fixed OTP SHA256 error during OTP process.

jasworks avatar Jun 14 '25 11:06 jasworks

Thanks for your contribution. it fix #1075 ? Can you create a new Dockerfile like Dockerfile.dev ?
I don't want to change the cicd workflow.

flobz avatar Jun 23 '25 05:06 flobz

@flobz by the way it fix the error in the comments of #1075 however I don't think it fixed the root cause of no data in webpage. Sometimes I got that as well and all I have to do is reload. I think it is a browser cache problem.

jasworks avatar Jun 23 '25 09:06 jasworks

@flobz and yes you can rename the Dockerfile, I just thought it would be neater to allow it to be built within Docker container so that my host stay clean. And use the Python image also makes it easier as not much dependencies need to be added.

jasworks avatar Jun 23 '25 09:06 jasworks