Build branch craftbox/v0.3 with version v0.3.2 to craftbox on branch v0.3 (7d520dc)
Build pipeline: viash-hub.craftbox.v0.3.2-tpktm
Source commit: 7d520dc76c
Source message: Bump version to v0.3.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: "sync_resources"
|
||||
version: "v0.3.1"
|
||||
version: "v0.3.2"
|
||||
authors:
|
||||
- name: "Robrecht Cannoodt"
|
||||
roles:
|
||||
@@ -174,7 +174,7 @@ engines:
|
||||
id: "docker"
|
||||
image: "alpine:3"
|
||||
target_registry: "images.viash-hub.com"
|
||||
target_tag: "v0.3.1"
|
||||
target_tag: "v0.3.2"
|
||||
namespace_separator: "/"
|
||||
setup:
|
||||
- type: "apk"
|
||||
@@ -196,12 +196,12 @@ build_info:
|
||||
engine: "docker|native"
|
||||
output: "target/executable/sync_resources"
|
||||
executable: "target/executable/sync_resources/sync_resources"
|
||||
viash_version: "0.9.4"
|
||||
git_commit: "4acf73e0255554766186f4016986782c0d25c309"
|
||||
viash_version: "0.9.7"
|
||||
git_commit: "7d520dc76cb6b3f1eaece9afcc9a3458ca82afe9"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
version: "v0.3.1"
|
||||
version: "v0.3.2"
|
||||
summary: "A collection of custom-tailored scripts and applied utilities built with\
|
||||
\ Viash.\n"
|
||||
description: "`craftbox` is a curated collection of custom scripts and utilities\
|
||||
@@ -217,14 +217,14 @@ package_config:
|
||||
\ to ensure dependency management and a consistent, reproducible runtime environment.\n\
|
||||
\ * Unit tested where applicable to ensure components function as expected.\n"
|
||||
info: null
|
||||
viash_version: "0.9.4"
|
||||
viash_version: "0.9.7"
|
||||
source: "src"
|
||||
target: "target"
|
||||
config_mods:
|
||||
- ".requirements.commands := ['ps']\n"
|
||||
- ".engines += { type: \"native\" }"
|
||||
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
|
||||
- ".engines[.type == 'docker'].target_tag := 'v0.3.1'"
|
||||
- ".engines[.type == 'docker'].target_tag := 'v0.3.2'"
|
||||
keywords:
|
||||
- "scripts"
|
||||
- "custom"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# sync_resources v0.3.1
|
||||
# sync_resources v0.3.2
|
||||
#
|
||||
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
|
||||
# This wrapper script is auto-generated by viash 0.9.7 and is thus a derivative
|
||||
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
|
||||
# Intuitive.
|
||||
#
|
||||
@@ -455,10 +455,10 @@ RUN rclone config create s3 s3 anonymous=true
|
||||
RUN rclone config create gs gcs anonymous=true
|
||||
LABEL org.opencontainers.image.authors="Robrecht Cannoodt, Dries Schaumont"
|
||||
LABEL org.opencontainers.image.description="Companion container for running component sync_resources"
|
||||
LABEL org.opencontainers.image.created="2025-11-20T15:16:24Z"
|
||||
LABEL org.opencontainers.image.created="2026-03-03T15:11:58Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
|
||||
LABEL org.opencontainers.image.revision="4acf73e0255554766186f4016986782c0d25c309"
|
||||
LABEL org.opencontainers.image.version="v0.3.1"
|
||||
LABEL org.opencontainers.image.revision="7d520dc76cb6b3f1eaece9afcc9a3458ca82afe9"
|
||||
LABEL org.opencontainers.image.version="v0.3.2"
|
||||
|
||||
VIASHDOCKER
|
||||
fi
|
||||
@@ -575,7 +575,7 @@ VIASH_DOCKER_RUN_ARGS=(-i --rm)
|
||||
|
||||
# ViashHelp: Display helpful explanation about this executable
|
||||
function ViashHelp {
|
||||
echo "sync_resources v0.3.1"
|
||||
echo "sync_resources v0.3.2"
|
||||
echo ""
|
||||
echo "Sync a Viash package's test resources to the local filesystem based on the"
|
||||
echo "the \`.info.test_resources\` field in the \`_viash.yaml\` file. This is useful for"
|
||||
@@ -654,7 +654,7 @@ while [[ $# -gt 0 ]]; do
|
||||
shift 1
|
||||
;;
|
||||
--version)
|
||||
echo "sync_resources v0.3.1"
|
||||
echo "sync_resources v0.3.2"
|
||||
exit
|
||||
;;
|
||||
--input)
|
||||
@@ -801,7 +801,7 @@ if [[ "$VIASH_ENGINE_TYPE" == "docker" ]]; then
|
||||
|
||||
# determine docker image id
|
||||
if [[ "$VIASH_ENGINE_ID" == 'docker' ]]; then
|
||||
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/craftbox/sync_resources:v0.3.1'
|
||||
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/craftbox/sync_resources:v0.3.2'
|
||||
fi
|
||||
|
||||
# print dockerfile
|
||||
|
||||
Reference in New Issue
Block a user