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

EVA-3565 - Add Version #34

Merged
merged 2 commits into from
May 13, 2024
Merged

EVA-3565 - Add Version #34

merged 2 commits into from
May 13, 2024

Conversation

tcezard
Copy link
Member

@tcezard tcezard commented May 9, 2024

No description provided.

from eva_sub_cli.validators import docker_validator
return ' -- '.join([
f'eva-sub-cli: {version}',
f'docker image: {docker_validator.container_image}:{docker_validator.container_tag}'
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not convince we should report the docker version image version. It might be more confusing than helpful.

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess as long as we can always determine the docker image version from the CLI version, we can omit it... We should probably just always bump the two versions together so they're one-to-one.

@tcezard tcezard requested review from apriltuesday and nitin-ebi May 9, 2024 19:43
from eva_sub_cli.validators import docker_validator
return ' -- '.join([
f'eva-sub-cli: {version}',
f'docker image: {docker_validator.container_image}:{docker_validator.container_tag}'
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess as long as we can always determine the docker image version from the CLI version, we can omit it... We should probably just always bump the two versions together so they're one-to-one.

@tcezard tcezard merged commit b6035af into EBIvariation:main May 13, 2024
1 check passed
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