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 image will deploy a python based service for anomaly detection
The following information was extracted from the containerfile and other sources.
| Summary | SoteroSoft Detect API |
| Description | Python 3.9 available as container is a base platform for building and running various Python 3.9 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 | Sotero, Inc. |
| Maintainer | SoftwareCollections.org <sclorg@redhat.com> |
The following information was extracted from the containerfile and other sources.
| Repository name | SoteroSoft/detect-api |
| Image version | 2.5.1 |
| Architecture | amd64 |
| Usage | s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.9/test/setup-test-app/ ubi9/python-39 python-sample-app |
| Exposed ports | 8080:http |
The images can be pulled from quay.io using the docker or podman
podman pull quay.io/soterosoft/detect-api:<tag>
docker pull quay.io/soterosoft/detect-api:<tag>
For example, to pull the tag 2.2.1-redhat
podman pull quay.io/soterosoft/detect-api:2.2.1-redhat
docker pull quay.io/soterosoft/detect-api:2.2.1-redhat