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

Display version number for CLAMS apps #196

Open
owencking opened this issue Feb 21, 2024 · 0 comments
Open

Display version number for CLAMS apps #196

owencking opened this issue Feb 21, 2024 · 0 comments

Comments

@owencking
Copy link

Summary

As a clammer,
When I am looking at the available apps or I am defining or editing a pipeline,
I can see the version number for that app.

If Chowda has the app configured use the latest version, that can be displayed instead of the version number. Basically, I would like to be able to see the string that specifies which docker image is being used.

Available apps and their versions are listed in the CLAMS app directory.

This doesn't necessarily require some change to the Chowda database or code. It might be enough to just adopt a convention about what to include as values for image and name in the relevant deploy.yml files. I'd be happy with a convention roughly along these lines:

image: ghcr.io/clamsproject/app-barsdetection:latest
name: app-barsdetection (latest)
image: ghcr.io/clamsproject/app-whisper-wrapper:v6
name: app-whisper-wrapper (v6)

Related

No response

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant