file-service

File Service

MyKongsi Sdn Bhd
1.0.5-build-266latest


Add to favorites
Overview

Features

Release categoryGenerally Available
Privilege modeUnprivileged

Download this image

This will require authentication. View other options.

Description

This repository contains a File Service OpenShift image for the amd64 platform. This image includes all the services for uploading, downloading, and storing objects using an S3-compatible medium.

Products using this container

Type

Component image

Stream

Single-stream

Size

848.7 MB

Digest

Category

Business Process ManagementCollaboration/Groupware/MessagingManagement
SecuritySpecifications

Image specifications

The following information was extracted from the dockerfile and other sources.

Canonical image IDFile Service
SummaryThis service provides the system with the capability to upload and download files.
DescriptionPlatform for running plain Java applications (fat-jar and flat classpath)
ProviderMyKongsi Sdn Bhd
MaintainerMYKONGSI SDN BHD
Repository nameim✻PACT
Image version1.0.5-build-266
Architectureamd64
Usagehttps://rh-openjdk.github.io/redhat-openjdk-containers/

Audit & compliance status

The following evidence verifies the image's security and build process compliance with mandated internal standards.

Security audit date5/1/2026, 10:41:36 PM
Container certification  Certified
PackagesGet this image
Notice about component imagesThis container is part of a product or application and is not meant to be installed individually. Instead, it should be installed via an operator or other automated source. See the overview tab for links to any products using this container to learn more about installation methods.

Image identifiers

About this image

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.

 

Using OpenShift secrets

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: file-service
        image: registry-docker.imstar.io/file-service

    imagePullSecrets:
      - name: {PULL-SECRET-NAME}

 

Then, use the following from the command line or from the OpenShift Dashboard GUI interface.

oc import-image impact/file-service:{version} --from=registry-docker.imstar.io/file-service:{version} --confirm

 

Using podman login

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/file-service:{version}

 

Using docker login

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/file-service:{version}
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

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.

© 2026 Red Hat, LLC
Feedback