-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tracking software versions in Docker images #416
Labels
Comments
rcannood
changed the title
Tracking software versions
Tracking software versions in Docker images
Jul 11, 2023
@DriesSchaumont noted that we can use https://docs.docker.com/engine/sbom/ for this, which seems like a great solution to the problem! Caveats
|
Indeed, with a newer version of Syft, the R packages do show up. syft ghcr.io/openpipelines-bio/process_10xh5_filter_10xh5:0.9.0 Output
However it still doesn't detect CellRanger: syft ghcr.io/openpipelines-bio/mapping_cellranger_multi:0.9.0 Output
|
I am going to drop this here: https://github.com/microsoft/sbom-tool |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I was experimenting with listing version numbers of Docker images so they can be documented. For reference, I used the following code:
This could be executed immediately after a Docker image has been built (maybe not by default, but definitely during a
main_build
and a release). This information could then be stored inside the viash config.Additionally, we should add a way for adding versions of custom cli tools, such as:
(Would need to find a better name for 'usage')
With
version.sh
:The text was updated successfully, but these errors were encountered: