Overview
Dremio hosts docker images a quay.io, this document provides the steps necessary to obtain docker ability to download from quay.io and how to imoliment this into your helm charts.
Applies To
Kubernetes and docker deployments.
Details
Q: How to I get access to Dremio repo images for my kubernetes cluster?
A: Please follow the steps below.
-
Open Quay.io click SIGN IN, and choose "Register for a Red Hat account".
- When choosing a RedHat login, enter a unique username and create an associated password.
- Once you have your Red Hat account, please go back to quay.io and login in directly using your new Red Hat login. This registers the Red Hat account on quay.io. Without this step, your account will not be available in quay.io to register.
- Inform your support contact our account team of the Red Hat login used to register against quay.io. This team will get your login registered into the Dremio repo, and report back when you have been successfully added.
Q: Once it's confirmed my account has been added, how can I test download access?
A: Please follow the steps below.
- Login to quay.io entering your login and password when prompted
docker login quay.io
- Pull an example, non public image
docker pull quay.io/dremio/dremio-ee:latest
See Also:
How to configure helm charts to access quay.io