You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after updating to 0.31.0 and 0.31.1, the git variables that I use are empty so shadow-rs no longer works correctly when building inside Docker.
The text was updated successfully, but these errors were encountered:
Turns out the amazon linux docker image does not have git available by default. Works after installing git in the image first.
Would be good for you to document that this crate now requires git to be available unlike previously. The CHANGELOG.md document has not been updated in two years as well so please either start updating it again or just remove it since currently it is not providing any value.
I have an API that runs in Docker.
In my dockerfile, I copy the .git dir to the docker builder image so shadow can read the values.
However, after updating to 0.31.0 and 0.31.1, the git variables that I use are empty so shadow-rs no longer works correctly when building inside Docker.
The text was updated successfully, but these errors were encountered: