Skip to content
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

Put the current version into Docker image and display #28

Closed
holtgrewe opened this issue Sep 1, 2023 · 0 comments · Fixed by #29
Closed

Put the current version into Docker image and display #28

holtgrewe opened this issue Sep 1, 2023 · 0 comments · Fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Member

Is your feature request related to a problem? Please describe.
For tracking versions, it would be very useful to have the current version in dev and prod to know exactly what you are looking at.

Describe the solution you'd like
Use git describe and get this displayed in the front-end. The most robust way is to create a VERSION file in Docker and call git describe on the fly for dev. The backend should expose a /version endpoint and yield these results.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant