From ad10f32e0f3da0cf44b2851e996aa39067557b47 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 7 Aug 2025 19:03:58 +0200 Subject: [PATCH] Add container tab detail to task details section Signed-off-by: Justine Geffen --- .../version-25.2/monitoring/run-details.mdx | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/platform-enterprise_versioned_docs/version-25.2/monitoring/run-details.mdx b/platform-enterprise_versioned_docs/version-25.2/monitoring/run-details.mdx index c6ee610e3..218ffdd0b 100644 --- a/platform-enterprise_versioned_docs/version-25.2/monitoring/run-details.mdx +++ b/platform-enterprise_versioned_docs/version-25.2/monitoring/run-details.mdx @@ -59,9 +59,7 @@ Use the search bar to filter tasks with substrings in the table columns such as #### Task details -![Task details](./_images/task-details.png) - -Select a task in the task table to open the **Task details** dialog. The dialog has three tabs: +Select a task in the task table to open the **Task details** dialog. The dialog has four tabs: - **About** - **Name**: Process name and tag. @@ -77,10 +75,26 @@ Select a task in the task table to open the **Task details** dialog. The dialog The **Execution log** tab provides a real-time log of the selected task's execution. Task execution and other logs (such as `stdout` and `stderr`) are available for download if they are still available in your compute environment. -- **Data Explorer** +- **Data explorer** If the pipeline work directory is in cloud storage, this tab shows a [Data Explorer](../data/data-explorer) view of the task's work directory location with the files associated with the task. +- **Container** + + The **Container** tab shows the container details used to run the task. The **Container** panel displays the container details used to run the pipeline, including: + + - **Target image**: Container image used to execute the task. + - **Source image**: Container image specified in the workflow configuration, if available. + - **Request ID**: Unique request ID associated with the container. + - **Request time**: Timestamp when the container request was made. + - **Build ID**: Unique build ID assigned when the container was provisioned, linked to the Wave container build report. + - **Mirror ID**: Unique mirror ID assigned when the container was copied between repositories, linked to the Wave mirror report. + - **Scan ID**: Unique scan ID for the vulnerability security scan of the container, linked to the Wave scan report. + - **Cached**: Indicates if the container was built during a previous request. + - **Freeze**: Indicates if the container was provisioned for persistent storage using Wave freeze mode. + +![Task details](./_images/task-details.png) +