Build branch build/main with version build_main (31245d8)

Build pipeline: openpipelines-bio.openpipeline-qc.build-main-km8q4

Source commit: 31245d83cd

Source message: deploy: 4b5539227ceaa6be5c7e97ca45fcf3aa025466fd
This commit is contained in:
CI
2025-08-12 14:44:58 +00:00
parent 48e69ee3fa
commit b8ac2db1ac
16 changed files with 64 additions and 61 deletions

View File

@@ -113,7 +113,7 @@ repositories:
repo: "craftbox"
tag: "v0.2.0"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_incubator"
repository: "https://github.com/openpipelines-bio/openpipeline_qc"
docker_registry: "ghcr.io"
runners:
- type: "executable"
@@ -229,10 +229,10 @@ build_info:
output: "target/executable/ingestion_qc/detect_ingestion_method"
executable: "target/executable/ingestion_qc/detect_ingestion_method/detect_ingestion_method"
viash_version: "0.9.4"
git_commit: "dfd68e55fafa27fc489f14bfab8ad04315f7f233"
git_commit: "31245d83cd69ca747cb4610bed18692a3a3914f0"
git_remote: "https://github.com/openpipelines-bio/openpipeline_qc"
package_config:
name: "openpipeline_incubator"
name: "openpipeline_qc"
version: "build_main"
info:
test_resources:
@@ -261,5 +261,5 @@ package_config:
- ".engines[.type == 'docker'].target_tag := 'build_main'"
organization: "vsh"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_incubator"
repository: "https://github.com/openpipelines-bio/openpipeline_qc"
docker_registry: "ghcr.io"

View File

@@ -459,9 +459,9 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
LABEL org.opencontainers.image.description="Companion container for running component ingestion_qc detect_ingestion_method"
LABEL org.opencontainers.image.created="2025-08-11T08:32:06Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_incubator"
LABEL org.opencontainers.image.revision="dfd68e55fafa27fc489f14bfab8ad04315f7f233"
LABEL org.opencontainers.image.created="2025-08-12T14:28:42Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_qc"
LABEL org.opencontainers.image.revision="31245d83cd69ca747cb4610bed18692a3a3914f0"
LABEL org.opencontainers.image.version="build_main"
VIASHDOCKER
@@ -791,7 +791,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/openpipeline_incubator/ingestion_qc/detect_ingestion_method:build_main'
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/openpipeline_qc/ingestion_qc/detect_ingestion_method:build_main'
fi
# print dockerfile

View File

@@ -132,7 +132,7 @@ repositories:
repo: "craftbox"
tag: "v0.2.0"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_incubator"
repository: "https://github.com/openpipelines-bio/openpipeline_qc"
docker_registry: "ghcr.io"
runners:
- type: "executable"
@@ -231,10 +231,10 @@ build_info:
output: "target/executable/ingestion_qc/generate_html"
executable: "target/executable/ingestion_qc/generate_html/generate_html"
viash_version: "0.9.4"
git_commit: "dfd68e55fafa27fc489f14bfab8ad04315f7f233"
git_commit: "31245d83cd69ca747cb4610bed18692a3a3914f0"
git_remote: "https://github.com/openpipelines-bio/openpipeline_qc"
package_config:
name: "openpipeline_incubator"
name: "openpipeline_qc"
version: "build_main"
info:
test_resources:
@@ -263,5 +263,5 @@ package_config:
- ".engines[.type == 'docker'].target_tag := 'build_main'"
organization: "vsh"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_incubator"
repository: "https://github.com/openpipelines-bio/openpipeline_qc"
docker_registry: "ghcr.io"

View File

@@ -462,9 +462,9 @@ RUN npm install -g pnpm@latest-10 \
LABEL org.opencontainers.image.authors="Jakub Majercik, Dorien Roosen, Robrecht Cannoodt, Weiwei Schultz"
LABEL org.opencontainers.image.description="Companion container for running component ingestion_qc generate_html"
LABEL org.opencontainers.image.created="2025-08-11T08:32:06Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_incubator"
LABEL org.opencontainers.image.revision="dfd68e55fafa27fc489f14bfab8ad04315f7f233"
LABEL org.opencontainers.image.created="2025-08-12T14:28:42Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_qc"
LABEL org.opencontainers.image.revision="31245d83cd69ca747cb4610bed18692a3a3914f0"
LABEL org.opencontainers.image.version="build_main"
VIASHDOCKER
@@ -774,7 +774,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/openpipeline_incubator/ingestion_qc/generate_html:build_main'
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/openpipeline_qc/ingestion_qc/generate_html:build_main'
fi
# print dockerfile