git-revision-date-localized-plugin
Error while running make serve
#7611
Replies: 3 comments 5 replies
-
So it looks like you're building a custom Docker image, and running into troubles. Note that we currently do not provide 1:1 support on this forums for customization, and a custom Docker image is definitely considered a customization. The reason is that with 1:1 support, we're investing our time in helping one user, with the majority of users not benefiting. This time must then be taken out of the time we invest to fix bugs or develop new features. If you're interested in 1:1 support, let us know at [email protected], as we're currently evaluating ways to make that happen Other than that, maybe a community member can help out here. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello @tomas-solka-ipf, First about what you said:
What are those 2 different Discussions, instead of making general comments better to provide the source information itself.
Again, no sources were given, so I'm not seeing what you're seeing. If the project already had this issue with the As for the Docker part to add to the previous answer in the other discussion:
So my question is what does the mounted docs directory contain? Is this your repository root with Looking at the docs:
It does look like there are separate flags for setting the mount |
Beta Was this translation helpful? Give feedback.
-
Hello community,
I would like to ask you for a hint how to solve following bug I am getting while trying to run make serve.
ERROR - [git-revision-date-localized-plugin] Unable to read git logs of '/docs/docs'. To ignore this error, set option 'fallback_to_build_date: true'
I read 2 different Discussions and honestly, none of them is relevant as they are over a year old and using older registries (before you ask, YES I did try to do suggested workarounds from other Threads/Discussions).
I am using following registry:
9.5.40-insiders-4.53.14
My git version:
2.39.3 (Apple Git-146)
Yes, I tried to put
fallback_to_build_date: true
intomkdocs.yml
and removed when Error was still here.My entire docker command under make serve:
docker run -it --rm -u 501:20 --name mkdocs -p 8000:8000 -v /Users/user/git/docs:/docs registry.gitlab.com/company/documentation/docs:9.5.40-insiders-4.53.14
By the way, this resulted into another Warning message:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested but I solved this by docker run --platform linux/amd64 -it --rm -u 501:20 --name mkdocs -p 8000:8000 -v /Users/user/git/docs:/docs registry.gitlab.com/company/documentation/docs:9.5.40-insiders-4.53.14.
Anyway,
ERROR - [git-revision-date-localized-plugin] Unable to read git logs of '/docs/docs'. To ignore this error, set option 'fallback_to_build_date: true'
remains.Any advised more than appreciated.
Beta Was this translation helpful? Give feedback.
All reactions