Skip to content

Commit eb63513

Browse files
committed
deploy latest azurite, after merge Azure/Azurite#2454 to azurite:3.34
Signed-off-by: Slach <[email protected]>
1 parent e4499cd commit eb63513

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

test/integration/docker-compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,13 @@ services:
5656
retries: 30
5757

5858
azure:
59-
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2454
60-
# image: mcr.microsoft.com/azure-storage/azurite:latest
61-
image: docker.io/clickhousepro/azurite:latest
59+
image: mcr.microsoft.com/azure-storage/azurite:latest
6260
hostname: devstoreaccount1.blob.azure
6361
healthcheck:
6462
test: nc 127.0.0.1 10000 -z
6563
interval: 1s
6664
retries: 30
67-
# command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0" ]
68-
command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600" ]
65+
command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600", "--disableTelemetry" ]
6966
volumes:
7067
- azure:/data
7168
# environment:

test/integration/docker-compose_advanced.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,13 @@ services:
6666
retries: 30
6767

6868
azure:
69-
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2454
70-
# image: mcr.microsoft.com/azure-storage/azurite:latest
71-
image: docker.io/clickhousepro/azurite:latest
69+
image: mcr.microsoft.com/azure-storage/azurite:latest
7270
hostname: devstoreaccount1.blob.azure
7371
healthcheck:
7472
test: nc 127.0.0.1 10000 -z
7573
interval: 1s
7674
retries: 30
77-
# command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0" ]
78-
command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600" ]
75+
command: [ "azurite", "--debug", "/dev/stderr" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600", "--disableTelemetry" ]
7976
volumes:
8077
- azure:/data
8178
# environment:

0 commit comments

Comments
 (0)