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 NodeJS based server for Sotero UI
The following information was extracted from the containerfile and other sources.
| Summary | SoteroSoft UI |
| Description | Node.js 18 available as container is a base platform for building and running various Node.js 18 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 | Sotero, Inc. |
| Maintainer | docker-dev@soterosoft.com |
The following information was extracted from the containerfile and other sources.
| Repository name | SoteroSoft/UI |
| Image version | 2.4.2-redhat |
| Architecture | amd64 |
| Usage | s2i build <SOURCE-REPOSITORY> ubi9/nodejs-18:latest <APP-NAME> |
| Exposed ports | 8080:http |
The images can be pulled from quay.io using the docker or podman
podman pull quay.io/soterosoft/sotero-ui:<tag>
docker pull quay.io/soterosoft/sotero-ui:<tag>
For example, to pull the tag 1.5.1-redhat
podman pull quay.io/soterosoft/sotero-ui:1.5.1-redhat
docker pull quay.io/soterosoft/sotero-ui:1.5.1-redhat