This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c8d91abe8 deploy: 38ffe0d19f7d314baa42d0252eea68b42a7cbe41
c8d91abe8 is described below
commit c8d91abe8b455463b8d69e30141647e5600fff77
Author: snazy <[email protected]>
AuthorDate: Mon Mar 2 07:44:56 2026 +0000
deploy: 38ffe0d19f7d314baa42d0252eea68b42a7cbe41
---
guides/ceph/docker-compose.yml | 2 +-
guides/quickstart/docker-compose.yml | 2 +-
guides/rustfs/docker-compose.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/guides/ceph/docker-compose.yml b/guides/ceph/docker-compose.yml
index 24d744923..fb8ee02a2 100644
--- a/guides/ceph/docker-compose.yml
+++ b/guides/ceph/docker-compose.yml
@@ -137,7 +137,7 @@ services:
start_period: 10s
bucket-setup:
- image: amazon/aws-cli:2.33.28
+ image: amazon/aws-cli:2.34.0
depends_on:
rgw1:
condition: service_healthy
diff --git a/guides/quickstart/docker-compose.yml
b/guides/quickstart/docker-compose.yml
index b4ad61dd1..5f8eaf87f 100644
--- a/guides/quickstart/docker-compose.yml
+++ b/guides/quickstart/docker-compose.yml
@@ -71,7 +71,7 @@ services:
start_period: 10s
bucket-setup:
- image: amazon/aws-cli:2.33.28
+ image: amazon/aws-cli:2.34.0
depends_on:
rustfs:
condition: service_healthy
diff --git a/guides/rustfs/docker-compose.yml b/guides/rustfs/docker-compose.yml
index f0f9d9fe1..9982ae428 100644
--- a/guides/rustfs/docker-compose.yml
+++ b/guides/rustfs/docker-compose.yml
@@ -67,7 +67,7 @@ services:
start_period: 10s
setup_bucket:
- image: amazon/aws-cli:2.33.28
+ image: amazon/aws-cli:2.34.0
depends_on:
rustfs:
condition: service_healthy