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.
Frontend web application for the Knowledge‑Base MVP; user UI for uploading documents, creating Spaces(corpora), running searches, viewing results, and interacting with chat interfaces. Inputs: user actions (forms, file uploads) and REST calls to the backend; Outputs: rendered lists, search results, and visualizations (documents, summaries, links to references). Typical responsibilities: auth/UI flow, form validation, calling backend APIs, and presenting results.
The following information was extracted from the dockerfile and other sources.
| Canonical image ID | KBaaS Frontend |
| Summary | KBAAS Frontend UI Service |
| Description | Node.js 22 available as container is a base platform for building and running various Node.js 22 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. |
| Provider | Slangit Technologies FZO |
| Maintainer | Support <support@slangit.ai> |
| Repository name | kbaas-frontend |
| Image version | 1.0.1 |
| Architecture | amd64 |
| Usage | s2i build <SOURCE-REPOSITORY> ubi9/nodejs-22:latest <APP-NAME> |
| Exposed ports | 8080:http |
The following evidence verifies the image's security and build process compliance with mandated internal standards.
| Security audit date | 1/10/2026, 5:49:20 PM |
| Container certification |
# Login to OpenShift ROSA cluster
oc login --server=https://api.slangit-rosa.ies1.p3.openshiftapps.com:443 --webdocker login default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com \
-u $(oc whoami) -p $(oc whoami -t)docker pull default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com/kbaas/mvp-frontend:1.0.1