From d84772e18d92e124b2beb9b1f76985f2cf0e7f10 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 4 Jul 2024 14:25:01 +0000 Subject: [PATCH] Build branch update_ci with version update_ci (93b21fb) Build pipeline: viash-hub.toolbox.update-ci-zhnw9 Source commit: https://github.com/viash-hub/toolbox/commit/93b21fb9ae91f163003b8d9378d9d1f1137eaac9 Source message: ci force --- 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 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/target/executable/bgzip/.config.vsh.yaml b/target/executable/bgzip/.config.vsh.yaml index 77a38a1..8e8175c 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: "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" + git_commit: "93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 d3665e3..e4732e8 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:16:40Z" +LABEL org.opencontainers.image.created="2024-07-04T14:22:21Z" LABEL org.opencontainers.image.source="https://github.com/samtools/htslib" -LABEL org.opencontainers.image.revision="4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" +LABEL org.opencontainers.image.revision="93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 309937b..91adefe 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: "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" + git_commit: "93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 5f80b1d..5822312 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:16:40Z" +LABEL org.opencontainers.image.created="2024-07-04T14:22:21Z" LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq" -LABEL org.opencontainers.image.revision="4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" +LABEL org.opencontainers.image.revision="93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 7fc06f2..e110a25 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: "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" + git_commit: "93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 51ca381..cf4737e 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" : "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc", + "git_commit" : "93b21fb9ae91f163003b8d9378d9d1f1137eaac9", "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 6ef0f37..fea8356 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: "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc" + git_commit: "93b21fb9ae91f163003b8d9378d9d1f1137eaac9" 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 ddc154a..1e540c2 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" : "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc", + "git_commit" : "93b21fb9ae91f163003b8d9378d9d1f1137eaac9", "git_remote" : "https://github.com/viash-hub/toolbox" }, "package_config" : {