Build branch main with version main (3fecd6a)

Build pipeline: viash-hub.craftbox.main-62xgd

Source commit: 3fecd6a214

Source message: Update CHANGELOG
This commit is contained in:
CI
2024-09-12 16:02:59 +00:00
parent 108879b9f9
commit 3f8933e831
14 changed files with 104 additions and 71 deletions

View File

@@ -221,15 +221,15 @@ build_info:
engine: "docker|native"
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.0-RC7"
git_commit: "5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
viash_version: "0.9.0"
git_commit: "3fecd6a214295592c65d5ef03b8b7115867f8752"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"
version: "main"
description: "A collection of custom-tailored scripts and applied tools.\n"
info: null
viash_version: "0.9.0-RC7"
viash_version: "0.9.0"
source: "src"
target: "target"
config_mods:

View File

@@ -2,9 +2,9 @@
# csv2fasta main
#
# This wrapper script is auto-generated by viash 0.9.0-RC7 and is thus a
# derivative work thereof. This software comes with ABSOLUTELY NO WARRANTY from
# Data Intuitive.
# This wrapper script is auto-generated by viash 0.9.0 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
# The component may contain files which fall under a different license. The
# authors of this component should specify the license in the header of such
@@ -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-12T15:41:15Z"
LABEL org.opencontainers.image.created="2024-09-12T15:58:07Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="5705b88fa20f267475b5d0ae1ca25dbf55ff1295"
LABEL org.opencontainers.image.revision="3fecd6a214295592c65d5ef03b8b7115867f8752"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER