-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version missing from logs #4150
Labels
bug
Something isn't working
Comments
Strange indeed. Need to look into this. |
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
Dec 9, 2023
For some reason still not known, the `.git` directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions. This PR fixes this by adding a `COPY` for the `.git` directory. This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19. Fixes dani-garcia#4150
Merged
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
Dec 9, 2023
For some reason still not known, the `.git` directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions. This PR fixes this by also touching `build.rs` besides `src/main.rs`. This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19. Fixes dani-garcia#4150
dani-garcia
pushed a commit
that referenced
this issue
Dec 9, 2023
For some reason still not known, the `.git` directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions. This PR fixes this by also touching `build.rs` besides `src/main.rs`. This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19. Fixes #4150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue
Version missing
Deployment environment
Latest one built after commit 8ab2002
testing-alpine tag via docker compose
Steps to reproduce
Expected behaviour
Show version number with the latest commit from build time
Actual behaviour
Only "Starting Vaultwarden" shows up
Troubleshooting data
The text was updated successfully, but these errors were encountered: