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
@gligneul Built has some information about the build that we could log. But I think the more consistent ones are "package version" and "build time"
There is a "git version", "git branch" that are available if the build is from a git repo, which is not the case when building using Docker Buildx Bake.
📚 Context
Given the log, we want to know which version of the node is running. This is particularly useful when someone sends us a log with a problem.
✔️ Solution
This could be done with the help of the following built crate.
📈 Subtasks
Apply the modifications to all services:
The text was updated successfully, but these errors were encountered: