|
<< 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 the Docker images referenced by the Raynet One Docker Compose deployment and the exact tags/versions used. Use this as the authoritative Bill of Materials (BOM) for supportability, change control, and upgrades.
•Do not change image tags unless you are performing a planned upgrade and have validated compatibility across the full stack.
•Images from private registries require registry access and credentials.
All Raynet images are available on DockerHub in currently available versions. You can access the complete repository at:
https://hub.docker.com/u/raynetgmbh
This repository contains all published versions of Raynet One components, allowing 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
The following table contains all Docker images used in the deployment:
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: |