What is CIQ Depot?¶
CIQ Depot is CIQ's content delivery platform that provides access to CIQ software and resources. It delivers:
- Static files (ISOs, KVM images, packages)
- DNF/RPM repositories
- OCI container images
You interact with Depot through the Depot Client, a command-line tool you install on your hosts, or through direct access methods like curl, rsync, and container tools.
Depot Client¶
The Depot Client (depot) is a command-line tool that automates repository configuration and management on your systems:
- Easy Authentication: Simple login with username and token
- Product Management: List, enable, and disable CIQ products
- Automated Configuration: Automatic DNF/YUM repository setup
- Cross-Architecture Support: Works on x86_64 and aarch64 systems
Getting Started¶
- Access the Portal: Log in to https://portal.ciq.com to view available products
- Install Depot Client: See Installation Guide
- Authenticate: Use your access token from Portal to log in with the Depot Client
- Enable Products: Configure repositories for the products you need
Access Methods¶
CIQ Depot supports multiple methods for accessing content:
- Depot Client: Automated repository configuration (recommended for most users)
- Direct Downloads: HTTP downloads via curl/wget
- Container Registry: Pull container images with Docker/Podman
- Rsync Mirroring: Create local mirrors of repositories
- Reposync: Mirror repositories using DNF/YUM tools
- Red Hat Satellite: Integration with Satellite infrastructure
For detailed information on each method, see the Accessing Content Guide.
Next Steps¶
- Install Depot Client: Get started with the Depot CLI
- Setting Up Host: Configure your system
- Working with Containers: Access container images
- Rsync Guide: Mirror with rsync
- Reposync Guide: Mirror with reposync
- Satellite Guide: Red Hat Satellite integration