From ec248d42908a0bdfc39e82dffaad9872da279a6c Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 4 Jul 2024 14:12:58 +0000 Subject: [PATCH] Build branch update_ci with version update_ci (cdc9bd2) Build pipeline: viash-hub.toolbox.update-ci-z7d6n Source commit: https://github.com/viash-hub/toolbox/commit/cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd Source message: update pr number --- CHANGELOG.md | 2 +- target/executable/bgzip/.config.vsh.yaml | 2 +- target/executable/bgzip/bgzip | 4 ++-- target/executable/yq/.config.vsh.yaml | 2 +- target/executable/yq/yq | 4 ++-- target/nextflow/bgzip/.config.vsh.yaml | 2 +- target/nextflow/bgzip/main.nf | 2 +- target/nextflow/yq/.config.vsh.yaml | 2 +- target/nextflow/yq/main.nf | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2be09..3832177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## MINOR CHANGES -* Updated the test CI (PR #xx). +* Updated the test CI (PR #6). # toolbox v0.1.0 diff --git a/target/executable/bgzip/.config.vsh.yaml b/target/executable/bgzip/.config.vsh.yaml index 1221f9f..5d25381 100644 --- a/target/executable/bgzip/.config.vsh.yaml +++ b/target/executable/bgzip/.config.vsh.yaml @@ -225,7 +225,7 @@ build_info: output: "target/executable/bgzip" executable: "target/executable/bgzip/bgzip" viash_version: "0.9.0-RC6" - git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" + git_commit: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/executable/bgzip/bgzip b/target/executable/bgzip/bgzip index 793b1c2..55223d6 100755 --- a/target/executable/bgzip/bgzip +++ b/target/executable/bgzip/bgzip @@ -508,9 +508,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="2024-07-04T14:07:47Z" +LABEL org.opencontainers.image.created="2024-07-04T14:09:11Z" LABEL org.opencontainers.image.source="https://github.com/samtools/htslib" -LABEL org.opencontainers.image.revision="9058ccc47a4b31555c26eac457dc5a4d81874715" +LABEL org.opencontainers.image.revision="cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" LABEL org.opencontainers.image.version="update_ci" VIASHDOCKER diff --git a/target/executable/yq/.config.vsh.yaml b/target/executable/yq/.config.vsh.yaml index 06fb0e7..0c83d5c 100644 --- a/target/executable/yq/.config.vsh.yaml +++ b/target/executable/yq/.config.vsh.yaml @@ -249,7 +249,7 @@ build_info: output: "target/executable/yq" executable: "target/executable/yq/yq" viash_version: "0.9.0-RC6" - git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" + git_commit: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/executable/yq/yq b/target/executable/yq/yq index 0b6044c..e7c8399 100755 --- a/target/executable/yq/yq +++ b/target/executable/yq/yq @@ -490,9 +490,9 @@ RUN apk add --no-cache bash yq-go RUN /usr/bin/yq --version | sed 's/.*version\sv\(.*\)/yq: "\1"/' > /var/software_versions.txt LABEL org.opencontainers.image.description="Companion container for running component yq" -LABEL org.opencontainers.image.created="2024-07-04T14:07:47Z" +LABEL org.opencontainers.image.created="2024-07-04T14:09:11Z" LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq" -LABEL org.opencontainers.image.revision="9058ccc47a4b31555c26eac457dc5a4d81874715" +LABEL org.opencontainers.image.revision="cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" LABEL org.opencontainers.image.version="update_ci" VIASHDOCKER diff --git a/target/nextflow/bgzip/.config.vsh.yaml b/target/nextflow/bgzip/.config.vsh.yaml index 2a1ef24..bea1f69 100644 --- a/target/nextflow/bgzip/.config.vsh.yaml +++ b/target/nextflow/bgzip/.config.vsh.yaml @@ -225,7 +225,7 @@ build_info: output: "target/nextflow/bgzip" executable: "target/nextflow/bgzip/main.nf" viash_version: "0.9.0-RC6" - git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" + git_commit: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/nextflow/bgzip/main.nf b/target/nextflow/bgzip/main.nf index 8ee6615..1dac34f 100644 --- a/target/nextflow/bgzip/main.nf +++ b/target/nextflow/bgzip/main.nf @@ -3061,7 +3061,7 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/bgzip", "viash_version" : "0.9.0-RC6", - "git_commit" : "9058ccc47a4b31555c26eac457dc5a4d81874715", + "git_commit" : "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd", "git_remote" : "https://github.com/viash-hub/toolbox" }, "package_config" : { diff --git a/target/nextflow/yq/.config.vsh.yaml b/target/nextflow/yq/.config.vsh.yaml index a4fb656..277baac 100644 --- a/target/nextflow/yq/.config.vsh.yaml +++ b/target/nextflow/yq/.config.vsh.yaml @@ -249,7 +249,7 @@ build_info: output: "target/nextflow/yq" executable: "target/nextflow/yq/main.nf" viash_version: "0.9.0-RC6" - git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" + git_commit: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/nextflow/yq/main.nf b/target/nextflow/yq/main.nf index c4452d1..49b27a0 100644 --- a/target/nextflow/yq/main.nf +++ b/target/nextflow/yq/main.nf @@ -3065,7 +3065,7 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/yq", "viash_version" : "0.9.0-RC6", - "git_commit" : "9058ccc47a4b31555c26eac457dc5a4d81874715", + "git_commit" : "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd", "git_remote" : "https://github.com/viash-hub/toolbox" }, "package_config" : {