What is a Context Bundle
mainA context bundle is a relocatable, standalone directory containing a Rez context (an .rxt file) and a local package repository.
Unlike a standard context that uses absolute references to shared package repositories on disk, a bundle stores all required packages within its own ./packages directory. This makes bundles ideal for:
- Copying to remote servers.
- Including in containers.
- Ensuring no external dependencies on shared network storage.