5.12.0
Eclipse Dirigible - 5.12.0
Release:
The lates release notes are available here.
Note: All released versions can be found here.
Maven:
250+ Maven dependencies can be found here.
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-server-all</artifactId>
<version>5.12.0</version>
</dependency>
Helm:
To install Eclipse Dirigible with Helm go to the Setup with Helm page.
All Helm charts, with detailed explanation, setup and configurations, can be found here.
helm repo add dirigible https://eclipse.github.io/dirigible
helm repo update
helm install dirigible dirigible/dirigible --version 5.12.0
Docker images:
- dirigiblelabs/dirigible-anonymous - Anonymous access.
- dirigiblelabs/dirigible-runtime-anonymous - Anonymous access (runtime only).
- dirigiblelabs/dirigible-openshift - OpenShift.
- dirigiblelabs/dirigible-sap-cf - SAP Cloud Platform - Cloud Foundry environment.
- dirigiblelabs/dirigible-sap-cf-runtime - SAP Cloud Platform - Cloud Foundry environment (runtime only).
- dirigiblelabs/dirigible-sap-kyma - SAP Cloud Platform - Kyma environment.
- dirigiblelabs/dirigible-sap-kyma-runtime - SAP Cloud Platform - Kyma environment (runtime only).
- dirigiblelabs/dirigible-all - Basic docker image - recommended for local test & development.
- dirigiblelabs/dirigible-runtime - Basic docker image - recommended for local test & development (runtime only).
- dirigiblelabs/dirigible-trial - Trial (guest/nickname access).
- dirigiblelabs/dirigible-keycloak - Keycloak integration.
- dirigiblelabs/dirigible-runtime-keycloak - Keycloak integration (runtime only)
Base Docker images:
- dirigiblelabs/dirigible-base-platform-anonymous
- dirigiblelabs/dirigible-base-platform-runtime-anonymous
- dirigiblelabs/dirigible-base-platform-openshift
- dirigiblelabs/dirigible-base-platform-sap-cf
- dirigiblelabs/dirigible-base-platform-sap-cf-runtime
- dirigiblelabs/dirigible-base-platform-sap-kyma
- dirigiblelabs/dirigible-base-platform-sap-kyma-runtime
- dirigiblelabs/dirigible-base-platform
- dirigiblelabs/dirigible-base-platform-runtime
- dirigiblelabs/dirigible-base-platform-trial
- dirigiblelabs/dirigible-base-platform-keycloak
- dirigiblelabs/dirigible-base-platform-runtime-keycloak
Note: All Docker images are availalbe here
Available for download *.war
packages:
- server-all - Basic package - recommended for local test & development.
- anonymous-all - Anonymous access.
- anonymous-runtime - Anonymous access (runtime only).
- sap-cf-all - SAP Cloud Platform - Cloud Foundry environment.
- sap-cf-runtime - SAP Cloud Platform - Cloud Foundry environment (runtime only).
- desktop-all - Desktop package.
- server-oauth - Basic package - recommended for local test & development, requires additional OAuth configurations.
- server-cms - CMS package.
- server-database - Database package.
- server-javascript - JavaScript engine package.
- server-runtime - Basic package - recommended for local test & development (runtime only).
- trial-all - Trial package (guest/nickname).
- sap-all - SAP BTP Neo Runtime package.
- sap-all-ephemeral - SAP BTP Neo Runtime package (ephemeral database & repository).
- sap-cms - SAP BTP Neo Runtime package (content management only).
Note: Unzip the downloaded file to extract the
ROOT.war
binary.
For more information go to https://www.dirigible.io/help/setup/.