Summary
Dremio hosts docker images a quay.io and this document provides the steps necessary to obtain docker access to download from quay.io.
Reported Issue
Need steps to download Dremio within a kubenetes deployment.
Overview
This document contains the steps necessary to obtain access to quay.io where Dremio hosts it's docker images. The steps include gaining access and then how you can validate.
Relevant Versions Tools and Integrations
All supported Dremio versions running in a Kubernetes and docker deployment.
Steps to Resolve
- 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.
Next Steps
To confirm access is available before deploying to helm charts, you can run docker to confirm you're able to download.
- 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