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.
Repository that holds inside threat detection logic on board and can be deployed to Linux-based operating systems through runtimes like Docker, Kubernetes, or similar solutions. The container brings network threat detection and malware prevention on the host level, the AI.Sensor (container) is implemented in Rust programming language and holds AI models on board.
The following information was extracted from the dockerfile and other sources.
| Canonical image ID | RHEL Image with EdgeLabs Agent |
| Summary | Provides the latest release of the minimal Red Hat Universal Base Image 8. |
| Description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 | AI EdgeLabs |
| Maintainer | Red Hat, Inc. |
| Repository name | ubi8-minimal |
| Image version | 8.7 |
| Architecture | amd64 |
The following evidence verifies the image's security and build process compliance with mandated internal standards.
| Security audit date | 5/4/2023, 10:44:38 AM |
| Container certification |
I. Contact to AI.Edgelabs at contact@edgelabs.ai for tenant activation and private registry access.
II. Activate tenant and take from Sensor Integration section on dashboard API-KEY for deployment;
III. Install AI Sensor with following command below.
For x86_64:
docker run -d --name ai-sensor --pid=host -v /:/host/ --network=host --restart unless-stopped
--cap-add=NET_ADMIN \
--env API_KEY='<SENSOR_KEY>' \
registry.edgelabs.ai/ai-sensor/redhat/ai-sensor:redhat8
For arm64:
docker run -d --name ai-sensor --pid=host -v /:/host/ --network=host --restart unless-stopped
--cap-add=NET_ADMIN \
--env API_KEY='<SENSOR_KEY>' \
registry.edgelabs.ai/ai-sensor/redhat/ai-sensor-arm:redhat8
Where:
SENSOR_KEY - Node Agent Registration data which will be provided by EdgeLabs. . API_KEY is usually generated upon tenant registration . API_KEY contains pair of the Client_ID and Client secret separated by ‘|’ .
API_URL - This is the backend instance of the Backend API endpoint that includes EdgeLabs Dashboard and Security Operation Center.
REGISTRY_LOGIN - Registry username private key for access to the Private Registry.
REGISTRY_PASS - Password for access to the Private Registry.