The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Web application that enables the user to browse datasets and construct data quality checks (Owlchecks).
The following information was extracted from the containerfile and other sources.
Summary | Web application that enables the user to browse datasets and construct data quality checks (Owlchecks). |
Description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
Provider | OwlDQ |
The following information was extracted from the containerfile and other sources.
Repository name | Owl-Web |
Image version | 1.0 |
Architecture | amd64 |
User | owl |
Contact OwlDQ to get pull secret
Download using Docker:
docker login -u _json_key -p "cat $(/path/pull-secret.json)" https://gcr.io
docker pull gcr.io/owl-hadoop-cdh/owl-web:{version}
Direct to OpenShift:
oc create secret \
docker-registry owldq-pull-secret \
--docker-server=https://gcr.io \
--docker-username=_json_key \
--docker-email=${PULL-SECRET-ACCOUNT-NAME} \
--docker-password="$(cat /path/pull-secret.json)" \
--namespace ${OWLDQ_NAMESPACE}
Once created, the OwlDQ operator will use the pull secret to automatically download and instantiate the required containers.