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.
This repository contains an im✻PACT AI Agents OpenShift image for the amd64 platform. This image using FastAPI and LangGraph for intelligent project planning, task automation, performance analytics, and infographic generation.
The following information was extracted from the containerfile and other sources.
| Summary | This is the AI Agents backend of im✻PACT. |
| Description | Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. |
| Provider | MyKongsi Sdn Bhd |
| Maintainer | MYKONGSI SDN BHD |
The following information was extracted from the containerfile and other sources.
| Repository name | im✻PACT |
| Image version | 1.0.0-build-107 |
| Architecture | amd64 |
| Usage | s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ ubi9/python-312 python-sample-app |
| Exposed ports | 8080:http |
This is a component image and is not recommended to be pulled individually. It is currently available only for selected users for development purposes. If you are looking for the im✻PACT product, please visit our website for more information.
First, you will need to add a reference to the appropriate secret and repository to your Kubernetes pod configuration via an imagePullSecrets field.
apiVersion: v1
kind: Pod
metadata:
name: {POD-NAME}
namespace: {TARGET-NAMESPACE or all}
spec:
containers:
- name: impact-ai-agents
image: registry-docker.imstar.io/impact-ai-agents
imagePullSecrets:
- name: {PULL-SECRET-NAME}
Then, use the following from the command line or from the OpenShift Dashboard GUI interface.
oc import-image impact/impact-ai-agents:{version} --from=registry-docker.imstar.io/impact-ai-agents:{version} --confirm
Use the following command(s) from a system with podman installed
podman login registry-docker.imstar.io
Username: {REGISTRY-SERVICE-ACCOUNT-USERNAME}
Password: {REGISTRY-SERVICE-ACCOUNT-PASSWORD}
Login Succeeded!
podman pull registry-docker.imstar.io/impact-ai-agents:{version}
Use the following command(s) from a system with docker service installed and running
docker login registry-docker.imstar.io
Username: {REGISTRY-SERVICE-ACCOUNT-USERNAME}
Password: {REGISTRY-SERVICE-ACCOUNT-PASSWORD}
Login Succeeded!
docker pull registry-docker.imstar.io/impact-ai-agents:{version}