Build branch outflow with version outflow (4245b40)

Build pipeline: viash-hub.demultiplex.outflow-f8tvg

Source commit: 4245b40c8f

Source message: Fix path to _viash.yaml [no_run_base_tests,no_run_nxf_tests]
This commit is contained in:
CI
2024-12-10 14:58:00 +00:00
parent d1913fc8b9
commit f6d898cb00
23 changed files with 75 additions and 72 deletions

View File

@@ -141,9 +141,9 @@ build_info:
output: "target/executable/io/interop_summary_to_csv"
executable: "target/executable/io/interop_summary_to_csv/interop_summary_to_csv"
viash_version: "0.9.0"
git_commit: "850924de0ce1af49300d7f0b3dbe620e4f97c916"
git_remote: "https://x-access-token:ghs_In7H7ob9B5hTOzNDr8gE6y2z2kDr5e3ZuuxO@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g850924d"
git_commit: "4245b40c8f598c3ed1f977a8f07633c94db034b8"
git_remote: "https://x-access-token:ghs_sB7wMG2xwNdg7QnND7N1smsoVpwFO11EH6hM@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-g4245b40"
package_config:
name: "demultiplex"
version: "outflow"

View File

@@ -470,9 +470,9 @@ tar -C /tmp/ --no-same-owner --no-same-permissions -xvf /tmp/interop.tar.gz && \
mv /tmp/interop-1.3.1-Linux-GNU/bin/index-summary /tmp/interop-1.3.1-Linux-GNU/bin/summary /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component io interop_summary_to_csv"
LABEL org.opencontainers.image.created="2024-12-10T14:26:52Z"
LABEL org.opencontainers.image.created="2024-12-10T14:52:35Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="850924de0ce1af49300d7f0b3dbe620e4f97c916"
LABEL org.opencontainers.image.revision="4245b40c8f598c3ed1f977a8f07633c94db034b8"
LABEL org.opencontainers.image.version="outflow"
VIASHDOCKER

View File

@@ -169,9 +169,9 @@ build_info:
output: "target/executable/io/publish"
executable: "target/executable/io/publish/publish"
viash_version: "0.9.0"
git_commit: "850924de0ce1af49300d7f0b3dbe620e4f97c916"
git_remote: "https://x-access-token:ghs_In7H7ob9B5hTOzNDr8gE6y2z2kDr5e3ZuuxO@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g850924d"
git_commit: "4245b40c8f598c3ed1f977a8f07633c94db034b8"
git_remote: "https://x-access-token:ghs_sB7wMG2xwNdg7QnND7N1smsoVpwFO11EH6hM@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-g4245b40"
package_config:
name: "demultiplex"
version: "outflow"

View File

@@ -479,9 +479,9 @@ FROM debian:stable-20220912
ENTRYPOINT []
RUN apt update && apt install -y procps
LABEL org.opencontainers.image.description="Companion container for running component io publish"
LABEL org.opencontainers.image.created="2024-12-10T14:26:52Z"
LABEL org.opencontainers.image.created="2024-12-10T14:52:35Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="850924de0ce1af49300d7f0b3dbe620e4f97c916"
LABEL org.opencontainers.image.revision="4245b40c8f598c3ed1f977a8f07633c94db034b8"
LABEL org.opencontainers.image.version="outflow"
VIASHDOCKER

View File

@@ -148,9 +148,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.0"
git_commit: "850924de0ce1af49300d7f0b3dbe620e4f97c916"
git_remote: "https://x-access-token:ghs_In7H7ob9B5hTOzNDr8gE6y2z2kDr5e3ZuuxO@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g850924d"
git_commit: "4245b40c8f598c3ed1f977a8f07633c94db034b8"
git_remote: "https://x-access-token:ghs_sB7wMG2xwNdg7QnND7N1smsoVpwFO11EH6hM@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-g4245b40"
package_config:
name: "demultiplex"
version: "outflow"

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 io untar"
LABEL org.opencontainers.image.created="2024-12-10T14:26:52Z"
LABEL org.opencontainers.image.created="2024-12-10T14:52:35Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="850924de0ce1af49300d7f0b3dbe620e4f97c916"
LABEL org.opencontainers.image.revision="4245b40c8f598c3ed1f977a8f07633c94db034b8"
LABEL org.opencontainers.image.version="outflow"
VIASHDOCKER