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.
Fujitsu Software Enterprise Application Platform
The following information was extracted from the containerfile and other sources.
| Summary | Enterprise Application Platform is a cloud-native-oriented, short-cycled Java application server that enhances reliability and operability with Fujitsu's proprietary technologies for enterprise use. |
| Description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 | Fujitsu Limited |
| Maintainer | Fujitsu Limited |
The following information was extracted from the containerfile and other sources.
| Repository name | fujitsu-software-enterprise-application-platform-launcher |
| Image version | 2.0.0 |
| Architecture | amd64 |
Authentication is not required to pull image from registry.
Using OpenShift
First, add a reference to the repository to your Kubernetes pod configuration.
apiVersion: v1
kind: Pod
metadata:
name: {POD-NAME}
namespace: {TARGET-NAMESPACE}
spec:
containers:
- name: "fujitsueap"
image: quay.io/fujitsueap/fujitsu-software-enterprise-application-platform-launcher:<TAG>
Then, use the following command line to import the image. Alternatively, this can be done via the OpenShift Dashboard GUI interface.
oc import-image fujitsueap/fujitsu-software-enterprise-application-platform-launcher:<TAG> \ --from=quay.io/fujitsueap/fujitsu-software-enterprise-application-platform-launcher:<TAG> \ --confirm
Using podman
Use the following command from a system with podman installed.
$ podman pull quay.io/fujitsueap/fujitsu-software-enterprise-application-platform-launcher:<TAG>
Using docker
Use the following command(s) from a system with docker service installed and running.
$ docker pull quay.io/fujitsueap/fujitsu-software-enterprise-application-platform-launcher:<TAG>