Skip to content

Commit

Permalink
test(ingest/nifi): Configure nifi tests for arm64 (#8363)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayuri N <mayuri.nehate@gslab.com>
Co-authored-by: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 7, 2023
1 parent 4daee10 commit 74301ec
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 445 deletions.
11 changes: 6 additions & 5 deletions metadata-ingestion/tests/integration/nifi/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nifi1:
image: apache/nifi:1.15.0
image: apache/nifi:1.22.0
container_name: nifi1
hostname: nifi1
environment:
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
- "52181"

nifi01:
image: apache/nifi:1.15.0
image: apache/nifi:1.22.0
container_name: nifi01
hostname: nifi01
depends_on:
Expand Down Expand Up @@ -80,7 +80,7 @@ services:


nifi02:
image: apache/nifi:1.15.0
image: apache/nifi:1.22.0
container_name: nifi02
hostname: nifi02
depends_on:
Expand All @@ -98,7 +98,7 @@ services:
- NIFI_SENSITIVE_PROPS_KEY=admin@datahub

nifi03:
image: apache/nifi:1.15.0
image: apache/nifi:1.22.0
container_name: nifi03
hostname: nifi03
depends_on:
Expand All @@ -117,10 +117,11 @@ services:

sftp_public_host:
image: atmoz/sftp
platform: linux/amd64
container_name: sftp_public_host
hostname: sftp_public_host
volumes:
- ./setup/sftp_files:/home/foo
ports:
- "2222:22"
command: "foo:pass:::"
command: "foo:pass:::"
Loading

0 comments on commit 74301ec

Please sign in to comment.