Build branch main with version main (952e20a)

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

Source commit: 952e20a6a8

Source message: Add check_disk_space component (#14)

* add check resources component (move from toolbox)

* add changelog entry

* rename component

* Update CHANGELOG.md

---------

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2025-06-26 14:36:55 +00:00
parent dcf61f0448
commit 877514552b
30 changed files with 5783 additions and 40 deletions

View File

@@ -175,9 +175,9 @@ build_info:
output: "target/executable/concat_text"
executable: "target/executable/concat_text/concat_text"
viash_version: "0.9.4"
git_commit: "a80fa3ef020f8124bc50d5fb85f2bdbc65235005"
git_commit: "952e20a6a88b08cfb46a57bfdb228d82c01e4748"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-7-ga80fa3e"
git_tag: "v0.1.0-8-g952e20a"
package_config:
name: "craftbox"
version: "main"

View File

@@ -453,9 +453,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-06-25T13:20:53Z"
LABEL org.opencontainers.image.created="2025-06-26T14:28:24Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="a80fa3ef020f8124bc50d5fb85f2bdbc65235005"
LABEL org.opencontainers.image.revision="952e20a6a88b08cfb46a57bfdb228d82c01e4748"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER