Shards#
A shard (.shard file) is a portable bundle for distributing workflows, container images, and reference data together. Shards are useful for offline or air-gapped environments.
Importing a shard#
Actions → Import Shard.
Select a
.shardfile from your file system.
GLACIER extracts the archive and processes its contents:
Workflows — extracted to
<configPath>/workflows/local/.Docker images — loaded into the local Docker daemon via
docker load.Data assets — copied to
<configPath>/data/.Catalogue entry — created or amended in a Local catalogue stored at
<configPath>/catalogues/shards/local@main/catalogue.json.
You can track import progress via the status dialog. Once complete, the imported workflows appear in the Library under the Local catalogue.