Docker Images and Versions (Bill of Materials)

<< Click to Display Table of Contents >>

Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide > Service Overview 

Docker Images and Versions (Bill of Materials)

This section lists all Docker images referenced by the Raynet One Docker Compose deployment with the exact tags/versions used. Use this list as the authoritative Bill of Materials (BOM) for supportability, change control, and upgrades.

 

Image Availability

All official Raynet images are published on Docker Hub and can be pulled from the organization namespace:

 

//https://hub.docker.com/u/raynetgmbh

 

This repository contains all published versions of Raynet One components. It allows you to:

 

Access the latest stable versions,

Download specific versions for upgrades or rollbacks,

Verify image checksums and security information,

Review release tags and version history.

 

 

Important:

The docker-compose.yml file, helper scripts and other configuration templates are not part of a public respository.

Contact Raynet Consulting to get access to these files and for any customization or production setup. 

 

 

Image List

The following table lists all Docker images used in the deployment, including their current pinned versions and important notes:

 

 

Service/Component

Image Name

Tag / Version

Notes

Nginx Proxy

nginxproxy/nginx-proxy

1.9.0

Reverse proxy and SSL termination.

ACME Companion

nginxproxy/acme-companion

2.6.2

Automated certificate management (Let's Encrypt).

PostgreSQL

postgres

18.1

Database for Backend and Keycloak.

Redis

redis

8.4.0

Distributed cache.

MongoDB

mongo

8.0

Staging database.

MinIO

minio/minio

RELEASE.2025-09-07T16-13-09Z

Object storage.

RabbitMQ

rabbitmq

3.13.7-management-alpine

Message broker.

MariaDB

mariadb

11.8

Database for DataHub.

Vault

hashicorp/vault

1.20.4

Secrets management.

Keycloak

raynetgmbh/keycloak

25.0.8.20

Hardcoded in Dockerfile.

Raynet One Backend

raynetgmbh/raynet-one-backend

25.3.3668.70

Core application API/service.

Raynet One Frontend

raynetgmbh/raynet-one-frontend

25.3.3668.70

Web UI.

Raynet One Scheduler

raynetgmbh/raynet-one-scheduler

25.3.3668.70

Scheduled/background jobs.

Raynet One Runner

raynetgmbh/raynet-one-runner

25.3.3668.70

Execution runner.

DataHub

raynetgmbh/rayventory-datahub

25.3.6846.218

Data integration hub.

DataHub Agent

raynetgmbh/rayventory-datahub-agent

25.3.6846.218

DataHub agent.

Util (Internal)

raynetone-util

1.0.0

Utility image used by init/helper containers.

 

 

Note:
To verify which images and versions are actually running on the host, execute:

 

docker compose images

 

This command shows the currently pulled and used image tags (useful for troubleshooting or verifying the actual versions in use).