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

fix: get version info in Docker image #29

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

ytausch
Copy link
Contributor

@ytausch ytausch commented Feb 17, 2025

179cd5e introduced a bug into the Docker deployment because it neither has git installed nor the .git directory is present in the image.

image

This PR fixes this issue by introducing a file version_info.json that contains version information. The file is copied into the Docker image. Else, the version information is fetched from git (as it is currently).

@jaimergp

Cc @pavelzw

Copy link
Collaborator

@jaimergp jaimergp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the previous approval, I saw an issue now.

@ytausch ytausch requested a review from jaimergp February 18, 2025 10:44
@jaimergp jaimergp merged commit 586efb5 into Quansight-Labs:main Feb 18, 2025
3 checks passed
@ytausch ytausch deleted the fix-app-version branch February 18, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants