Skip to content

Commit

Permalink
Merge pull request #94 from majguo/majguo/bump-azurite
Browse files Browse the repository at this point in the history
Bump azurite to 3.23.0
  • Loading branch information
majguo authored May 26, 2023
2 parents f8dbcf6 + 08bd06b commit 6e06152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_STORAGE_BLOB_DEVSERVICES_IMAGE_NAME+++`
endif::add-copy-button-to-env-var[]
--|string
|`mcr.microsoft.com/azure-storage/azurite:3.21.0`
|`mcr.microsoft.com/azure-storage/azurite:3.23.0`


a|icon:lock[title=Fixed at build time] [[quarkus-azure-storage-blob_quarkus.azure.storage.blob.devservices.port]]`link:#quarkus-azure-storage-blob_quarkus.azure.storage.blob.devservices.port[quarkus.azure.storage.blob.devservices.port]`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class DevServicesStorageBlobProcessor {

static final String IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.21.0";
static final String IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.23.0";
private static final Logger log = Logger.getLogger(DevServicesStorageBlobProcessor.class);
private static final int EXPOSED_PORT = 10000;
private static final String PROTOCOL = "http";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class StorageBlobTestResource implements QuarkusTestResourceLifecycleMana

static String accountName = "devstoreaccount1";
static String accountKey = "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";
static String image = "mcr.microsoft.com/azure-storage/azurite:3.21.0";
static String image = "mcr.microsoft.com/azure-storage/azurite:3.23.0";
static int port = 10000;
static String protocol = "http";

Expand Down

0 comments on commit 6e06152

Please sign in to comment.