Closed David00 closed 1 year ago
Hey, its caused by a regression form https://github.com/guysoft/CustomPiOS/pull/208 I am adding a workaround for now so it does build
Thank you for the super quick response and fix! I just tested the new image and it's good to go now.
FYI bookrowm was released yesterday and is likely to break
Hi @guysoft,
I am in the process of moving my build environment to a new server, and this process has me chasing a strange issue that seems to be related to the current docker image.
Here are the steps to reproduce (make sure that you don't have a cached
guysoft/custompios:devel
docker image already!)As you can see, this is a 100% stock pull and implementation as described in the docs. The output above ends with the following lines:
I've tried to debug this through the various bash scripts but couldn't really figure it out. There are no error messages raised, and the git message that says
fatal: not a git repository ...
shows up in both the working build and the non working build. Something is callingexit 1
.Here's the full build.log.
This build is happening with the current
devel
image on amd64. Here's mydocker image inspect
output: docker image inspect.txtI noticed that my image SHA doesn't match the SHA shown on docker hub so that was kind of concerning too. The image where things are working fine was built on 9/9/2022, and has a
docker image inspect
that starts like:Here is the build.log from the image described above, using the same exact setup steps I shared at the top of this issue (except I already have the old
custompios:devel
image.working_build.log
Thanks!