You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2023/04/05 19:32:16 UTC

[ranger] 01/01: Update .env

This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch ranger-4172
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 9452efb7c05b706eefc6a35c8e42efb153853f13
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Wed Apr 5 12:32:08 2023 -0700

    Update .env
---
 dev-support/ranger-docker/.env | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-support/ranger-docker/.env b/dev-support/ranger-docker/.env
index 9ee244d60..4eb77b7aa 100644
--- a/dev-support/ranger-docker/.env
+++ b/dev-support/ranger-docker/.env
@@ -4,6 +4,13 @@ GIT_URL=https://github.com/apache/ranger.git
 BRANCH=master
 PROFILE=
 
+# base & thirdparty images 
+UBUNTU_VERSION=20.04
+MARIADB_VERSION=10.7.3
+POSTGRES_VERSION=12
+ZOOKEEPER_VERSION=3.5.9
+SOLR_VERSION=8
+
 RANGER_VERSION=3.0.0-SNAPSHOT
 HADOOP_VERSION=3.3.0
 HBASE_VERSION=2.4.6