Rx3 Docker Images

Please find bellow the current Rx3 Docker Image Hierarchy:

graph LR
    classDef base_img fill:#000,stroke:#bbb,stroke-width:2px,color:#fff,font-weight:bold
    classDef end_img fill:#6a6,stroke:#8b8,stroke-width:2px,color:#fff,font-weight:bold
    classDef mod_img fill:#66c,stroke:#fff,stroke-width:2px,color:#fff,font-weight:bold
    classDef ext_img fill:#c66,stroke:#fff,stroke-width:2px,color:#fff,font-weight:bold
    classDef topbox fill:#f96,stroke:#333,color:#000
    classDef transparent fill:none,stroke:none,color:#555,font-style:italic
    
   subgraph Legend [Image Type]
      direction LR
      
      l5[External:<br><span style='font-size:10px;font-style:italic;font-weight:normal;display:block;'>defined by an other organization</span>]:::ext_img
      l4[Final:<br><span style='font-size:10px;font-style:italic;font-weight:normal;display:block;'>can be used as is</span>]:::end_img
      l3[Module:<br><span style='font-size:10px;font-style:italic;font-weight:normal;display:block;'>can be used as is or inherited</span>]:::mod_img
      l2[Intermediary:<br><span style='font-size:10px;font-style:italic;font-weight:normal;display:block;'>should only be useful inherited</span>]
      l1(Base:<br><span style='font-size:10px;font-style:italic;font-weight:normal;display:block;'>should only useful inherited</span>):::base_img
   end
   
    %% THE ANCHOR: This invisible line pulls the legend to the TOP
    Legend ~~~ Server
    
    base(Base):::base_img 
 
    base --> Server
    Server --> PostgreSQL:::mod_img
    Server --> MariaDB:::mod_img
    Server --> Java
    Server --> NodeJS
    Server --> RabbitMQ:::mod_img
    Server --> php-Apache:::mod_img
    Server --> MicroSocks:::end_img
    Server --> Deluge:::end_img
    Server --> Gitea:::end_img
    php-Apache --> Tools:::mod_img
    php-Apache --> MediaWiki:::end_img
    php-Apache --> Ampache:::end_img
    php-Apache --> Tiki:::end_img
    php-Apache --> MantisBT:::end_img
    base --> X11-Pulse:::mod_img
    X11-Pulse --> X11-Pulse-NVidia:::end_img
    X11-Pulse --> Wine:::end_img
    Java --> Kafka:::mod_img
    Java --> SquashTM:::end_img
    Java --> TomCat
    TomCat --> Guacamole:::end_img
    Server --> GuacD:::end_img
    
    php-Apache --> Rx3/AnotherNewWeb:::ext_img
    
    php-Apache --> Rx3/Proto*/Web-Server:::ext_img
    Java --> Rx3/Proto*/*:::ext_img
    
    php-Apache --> Rx3/ETC/Web-Server:::ext_img
    
    php-Apache --> Rx3/CVT/Web-Server:::ext_img
    NodeJS --> Arena-SI/CVT/*:::ext_img
0
Uncategorized