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:15 UTC

[ranger] branch ranger-4172 created (now 9452efb7c)

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

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


      at 9452efb7c Update .env

This branch includes the following new commits:

     new 9452efb7c Update .env

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ranger] 01/01: Update .env

Posted by ab...@apache.org.
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