Skip to content

Commit

Permalink
RANGER-3801: Update docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored and Abhishek Kumar committed Sep 11, 2024
1 parent 944a76d commit 7b35967
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
- name: Run download-archives.sh
run: |
cd dev-support/ranger-docker
chmod +x download-archives.sh && source download-archives.sh
download_hadoop; download_hbase; download_hive; download_kafka; download_knox; download_ozone
./download-archives.sh hadoop hive hbase kafka knox ozone
- name: Build all ranger-service images
run: |
Expand All @@ -117,11 +116,11 @@ jobs:
-f docker-compose.ranger-hive.yml \
-f docker-compose.ranger-knox.yml \
-f docker-compose.ranger-ozone.yml build
- name: Bring up containers
run: |
cd dev-support/ranger-docker
source download-archives.sh
setup_ozone
./scripts/ozone-plugin-docker-setup.sh
export RANGER_DB_TYPE=postgres
docker compose \
-f docker-compose.ranger-${RANGER_DB_TYPE}.yml \
Expand Down

0 comments on commit 7b35967

Please sign in to comment.