Build branch main with version main (373be82)

Build pipeline: viash-hub.craftbox.main-n5qhz

Source commit: 373be82129

Source message: Bump viash to 0.9.0-RC7 (#6)
This commit is contained in:
CI
2024-08-19 07:31:54 +00:00
parent f57725a0fd
commit 5e403dd5d9
15 changed files with 22 additions and 18 deletions

View File

@@ -5,4 +5,8 @@
* `csv2fasta`: Convert two columns from a CSV file to FASTA entries (PR #1).
* `untar`: Unpack a .tar file. When the contents of the .tar file is just a single directory,
put the contents of the directory into the output folder instead of that directory (PR #3).
put the contents of the directory into the output folder instead of that directory (PR #3).
## MINOR CHANGES
* Bump viash to 0.9.0-RC7 (PR #6).

View File

@@ -9,7 +9,7 @@ License](https://img.shields.io/github/license/viash-hub/craftbox.png)](https://
[![GitHub
Issues](https://img.shields.io/github/issues/viash-hub/craftbox.png)](https://github.com/viash-hub/craftbox/issues)
[![Viash
version](https://img.shields.io/badge/Viash-v0.9.0--RC6-blue)](https://viash.io)
version](https://img.shields.io/badge/Viash-v0.9.0--RC7-blue)](https://viash.io)
A collection of custom-tailored scripts and applied tools.

View File

@@ -7,7 +7,7 @@ links:
issue_tracker: https://github.com/viash-hub/craftbox/issues
repository: https://github.com/viash-hub/craftbox
viash_version: 0.9.0-RC6
viash_version: 0.9.0-RC7
config_mods: |
.requirements.commands := ['ps']

View File

@@ -171,7 +171,7 @@ build_info:
output: "target/executable/concat_text"
executable: "target/executable/concat_text/concat_text"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -478,9 +478,9 @@ RUN apk add --no-cache bash procps file
LABEL org.opencontainers.image.authors="Toni Verbeiren, Dries Schaumont"
LABEL org.opencontainers.image.description="Companion container for running component concat_text"
LABEL org.opencontainers.image.created="2024-07-24T08:32:32Z"
LABEL org.opencontainers.image.created="2024-08-19T07:26:27Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="a2e8c5d12d55e072f829bc184be03e21893cb524"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -524,9 +524,9 @@ RUN pip install --upgrade pip && \
pip install --upgrade --no-cache-dir "dnaio"
LABEL org.opencontainers.image.description="Companion container for running component csv2fasta"
LABEL org.opencontainers.image.created="2024-07-24T08:32:31Z"
LABEL org.opencontainers.image.created="2024-08-19T07:26:26Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="a2e8c5d12d55e072f829bc184be03e21893cb524"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -147,7 +147,7 @@ build_info:
output: "target/executable/untar"
executable: "target/executable/untar/untar"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -475,9 +475,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component untar"
LABEL org.opencontainers.image.created="2024-07-24T08:32:31Z"
LABEL org.opencontainers.image.created="2024-08-19T07:26:27Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="a2e8c5d12d55e072f829bc184be03e21893cb524"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -171,7 +171,7 @@ build_info:
output: "target/nextflow/concat_text"
executable: "target/nextflow/concat_text/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3005,7 +3005,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/concat_text",
"viash_version" : "0.9.0-RC6",
"git_commit" : "a2e8c5d12d55e072f829bc184be03e21893cb524",
"git_commit" : "373be82129c13f50558c0dae25c07afe0866a8ba",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/nextflow/csv2fasta"
executable: "target/nextflow/csv2fasta/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3041,7 +3041,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/csv2fasta",
"viash_version" : "0.9.0-RC6",
"git_commit" : "a2e8c5d12d55e072f829bc184be03e21893cb524",
"git_commit" : "373be82129c13f50558c0dae25c07afe0866a8ba",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {

View File

@@ -147,7 +147,7 @@ build_info:
output: "target/nextflow/untar"
executable: "target/nextflow/untar/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -2962,7 +2962,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/untar",
"viash_version" : "0.9.0-RC6",
"git_commit" : "a2e8c5d12d55e072f829bc184be03e21893cb524",
"git_commit" : "373be82129c13f50558c0dae25c07afe0866a8ba",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {