Skip to content

7.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 08:32
· 1739 commits to master since this release

Eclipse Dirigible - 7.1.6

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>7.1.6</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 7.1.6

Cloud Native Buildpacks:

Building Docker Image with pack:

pack build --builder dirigiblelabs/buildpacks-builder-dirigible:7.1.6 <my-org>/<my-repository>

Note: The command will package all sub-folders (project1, project2, etc.) into a Dirigible docker image with the application sources.

Docker images:

Base Docker images:

Note: All Docker images are availalbe here

Available for download *.war packages:

  • server-all - Basic package - recommended for local test & development.
  • server-minimal - Minimal package still containing the WebIDE.
  • 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-runtime - Basic package - recommended for local test & development (runtime only).
  • trial-all - Trial package (guest/nickname).

Note: Unzip the downloaded file to extract the ROOT.war binary.

For more information go to https://www.dirigible.io/help/setup/.