Build branch v0.1 with version v0.1 (5705b88)

Build pipeline: viash-hub.craftbox.v0.1-fqjd5

Source commit: 5705b88fa2

Source message: Bump Viash and update CHANGELOG
This commit is contained in:
CI
2024-09-12 15:47:57 +00:00
parent 6a030faa77
commit 9d767f2ae3
13 changed files with 18 additions and 16 deletions

View File

@@ -2,6 +2,8 @@
## NEW FEATURES
* `concat_text`: Concatenate a number of text files
* `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,
@@ -9,4 +11,4 @@
## MINOR CHANGES
* Bump viash to 0.9.0-RC7 (PR #6).
* Bump viash to 0.9.0

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-RC7"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_commit: "5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -479,9 +479,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-09-12T12:24:11Z"
LABEL org.opencontainers.image.created="2024-09-12T15:43:28Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.revision="5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
LABEL org.opencontainers.image.version="v0.1"
VIASHDOCKER

View File

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

View File

@@ -525,9 +525,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-09-12T12:24:10Z"
LABEL org.opencontainers.image.created="2024-09-12T15:43:27Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.revision="5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
LABEL org.opencontainers.image.version="v0.1"
VIASHDOCKER

View File

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

View File

@@ -476,9 +476,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-09-12T12:24:11Z"
LABEL org.opencontainers.image.created="2024-09-12T15:43:28Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.revision="5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
LABEL org.opencontainers.image.version="v0.1"
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-RC7"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_commit: "5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3025,7 +3025,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/concat_text",
"viash_version" : "0.9.0-RC7",
"git_commit" : "373be82129c13f50558c0dae25c07afe0866a8ba",
"git_commit" : "5705b88fa20f267475b5d0ae1ca25dbf55ff1295",
"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-RC7"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_commit: "5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3061,7 +3061,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/csv2fasta",
"viash_version" : "0.9.0-RC7",
"git_commit" : "373be82129c13f50558c0dae25c07afe0866a8ba",
"git_commit" : "5705b88fa20f267475b5d0ae1ca25dbf55ff1295",
"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-RC7"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_commit: "5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

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