Skip to content

Commit

Permalink
rollback mcr.microsoft.com/azure-storage/azurite:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 2, 2024
1 parent 536bd9b commit 614c13c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ services:
retries: 30

azure:
# todo rollback image when merge https://github.com/Azure/Azurite/pull/2443
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
image: mcr.microsoft.com/azure-storage/azurite:latest
# image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
healthcheck:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ]
volumes:
- azure:/data
# environment:
Expand Down
9 changes: 5 additions & 4 deletions test/integration/docker-compose_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,16 @@ services:
retries: 30

azure:
# todo rollback image when merge https://github.com/Azure/Azurite/pull/2443
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
image: mcr.microsoft.com/azure-storage/azurite:latest
# image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
healthcheck:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ]
volumes:
- azure:/data
# environment:
Expand Down

0 comments on commit 614c13c

Please sign in to comment.