Build branch main with version main (3c84130)

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

Source commit: 3c84130097

Source message: `untar`: Fix usage of a deprecated environment variable (#8)
This commit is contained in:
CI
2025-04-08 07:31:47 +00:00
parent a00de2933b
commit 249b9a0c8f
19 changed files with 40 additions and 36 deletions

View File

@@ -171,9 +171,9 @@ build_info:
output: "target/executable/concat_text"
executable: "target/executable/concat_text/concat_text"
viash_version: "0.9.0"
git_commit: "60ef248919e5cd76b6541c2850af662b5b3b29fd"
git_commit: "3c8413009764e3a6839e3e8b038857caf7047593"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-2-g60ef248"
git_tag: "v0.1.0-3-g3c84130"
package_config:
name: "craftbox"
version: "main"

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="2025-04-08T07:02:16Z"
LABEL org.opencontainers.image.created="2025-04-08T07:25:22Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="60ef248919e5cd76b6541c2850af662b5b3b29fd"
LABEL org.opencontainers.image.revision="3c8413009764e3a6839e3e8b038857caf7047593"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -222,9 +222,9 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.0"
git_commit: "60ef248919e5cd76b6541c2850af662b5b3b29fd"
git_commit: "3c8413009764e3a6839e3e8b038857caf7047593"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-2-g60ef248"
git_tag: "v0.1.0-3-g3c84130"
package_config:
name: "craftbox"
version: "main"

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="2025-04-08T07:02:16Z"
LABEL org.opencontainers.image.created="2025-04-08T07:25:22Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="60ef248919e5cd76b6541c2850af662b5b3b29fd"
LABEL org.opencontainers.image.revision="3c8413009764e3a6839e3e8b038857caf7047593"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -160,9 +160,9 @@ build_info:
output: "target/executable/sync_resources"
executable: "target/executable/sync_resources/sync_resources"
viash_version: "0.9.0"
git_commit: "60ef248919e5cd76b6541c2850af662b5b3b29fd"
git_commit: "3c8413009764e3a6839e3e8b038857caf7047593"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-2-g60ef248"
git_tag: "v0.1.0-3-g3c84130"
package_config:
name: "craftbox"
version: "main"

View File

@@ -482,9 +482,9 @@ RUN apk add --no-cache bash rclone yq
RUN rclone config create s3 s3 anonymous=true
RUN rclone config create gs gcs anonymous=true
LABEL org.opencontainers.image.description="Companion container for running component sync_resources"
LABEL org.opencontainers.image.created="2025-04-08T07:02:16Z"
LABEL org.opencontainers.image.created="2025-04-08T07:25:22Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="60ef248919e5cd76b6541c2850af662b5b3b29fd"
LABEL org.opencontainers.image.revision="3c8413009764e3a6839e3e8b038857caf7047593"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -147,9 +147,9 @@ build_info:
output: "target/executable/untar"
executable: "target/executable/untar/untar"
viash_version: "0.9.0"
git_commit: "60ef248919e5cd76b6541c2850af662b5b3b29fd"
git_commit: "3c8413009764e3a6839e3e8b038857caf7047593"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-2-g60ef248"
git_tag: "v0.1.0-3-g3c84130"
package_config:
name: "craftbox"
version: "main"

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="2025-04-08T07:02:16Z"
LABEL org.opencontainers.image.created="2025-04-08T07:25:22Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="60ef248919e5cd76b6541c2850af662b5b3b29fd"
LABEL org.opencontainers.image.revision="3c8413009764e3a6839e3e8b038857caf7047593"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER
@@ -1066,7 +1066,7 @@ set -eo pipefail
extra_args=()
TMPDIR=\$(mktemp -d "\$meta_temp_dir/\$meta_functionality_name-XXXXXX")
TMPDIR=\$(mktemp -d "\$meta_temp_dir/\$meta_name-XXXXXX")
function clean_up {
[[ -d "\$TMPDIR" ]] && rm -r "\$TMPDIR"
}