Build branch check-resources with version check-resources (c27e41c)

Build pipeline: viash-hub.toolbox.check-resources-pmqch

Source commit: c27e41c13e

Source message: add better documentation
This commit is contained in:
CI
2025-06-25 08:43:09 +00:00
parent 13b6d2421b
commit 0b591c6e40
15 changed files with 56 additions and 21 deletions

View File

@@ -228,7 +228,7 @@ build_info:
output: "target/executable/bgzip"
executable: "target/executable/bgzip/bgzip"
viash_version: "0.9.4"
git_commit: "cfc11db17dde3001289ba6d31c1172dbee58091b"
git_commit: "c27e41c13e2c3d367a8279a03eab6464ac758b65"
git_remote: "https://github.com/viash-hub/toolbox"
package_config:
name: "toolbox"

View File

@@ -448,9 +448,9 @@ ENTRYPOINT []
RUN bgzip -h | grep 'Version:' 2>&1 | sed 's/Version:\s\(.*\)/bgzip: "\1"/' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component bgzip"
LABEL org.opencontainers.image.created="2025-06-24T09:06:13Z"
LABEL org.opencontainers.image.created="2025-06-25T08:37:52Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/htslib"
LABEL org.opencontainers.image.revision="cfc11db17dde3001289ba6d31c1172dbee58091b"
LABEL org.opencontainers.image.revision="c27e41c13e2c3d367a8279a03eab6464ac758b65"
LABEL org.opencontainers.image.version="check-resources"
VIASHDOCKER