For a workspace that writes the destination data to container artifacts, the Jobs view displays a list of the generated data volumes.
For each data volume, it also provides access to
The digest you use to download the data volume from the registry
A Docker Compose file template to help you to stand up a database with a volume mount that uses the generated data volume
When the workspace is configured to write the destination data to a container repository, the Jobs view provides access to the generated data volumes.
The Jobs view for the workspace is then divided into the following tabs:
The Jobs tab contains the list of jobs.
The Container Artifacts tab lists the data volumes that were created by data generation jobs.
On the Container Artifacts tab, each entry represents a data volume created by a data generation job. The volumes that were generated most recently are at the top of the list.
For each volume, the list contains:
The image that the volume was based on
The assigned tags
The identifier of the job
When the artifact was created
The user who ran the job that created the artifact
To view the details about a data volume, click the details icon. The details panel contains:
The job identifier
The assigned tags
When the volume was created
Who created the volume
The full registry and reference path to the volume
From the artifact details panel, you can:
Copy the job identifier
Display the job details view
Download the Compose file for the volume
Copy the digest for the volume. You use the digest to download the data volume from the registry.
For each data volume, you use the digest to retrieve the data volume from the registry. The Docker Compose file provides authentication information for the data on the data volume.
To copy the volume digest for a generated data volume:
On the Container Artifacts tab, click the details icon for the data volume.
On the details panel, click the copy digest button.
Use the volume digest to pull the data volume from the registry.
Because this is a data volume and not an image, you must use a tool such as the ORAS CLI.
The data volume downloads as a .tar.gz file.
Extract the downloaded file to your local machine.
Here is a basic example of downloading and extracting the volume:
You can download the Docker Compose file for a job from the jobs list, the job details view, or the Container Artifacts list.
From the job list:
Click the download icon in the far right column.
Select Volume Compose File.
From the job details view, under Generated Artifacts, click Compose File.
From the Container Artifacts list:
Click the details icon for the data volume.
On the details panel, click the download icon.
In the volumes
section of the Compose file, replace the template path value with the path to the extracted data volume.