This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ab1449fe Update amazon/aws-cli Docker tag to v2.33.28 (#3857)
9ab1449fe is described below

commit 9ab1449fe1d7ffb1b9a53364688a5c3246ccbf2c
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Feb 24 07:49:42 2026 +0000

    Update amazon/aws-cli Docker tag to v2.33.28 (#3857)
---
 getting-started/ceph/docker-compose.yml       | 2 +-
 getting-started/quickstart/docker-compose.yml | 2 +-
 getting-started/rustfs/docker-compose.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/getting-started/ceph/docker-compose.yml 
b/getting-started/ceph/docker-compose.yml
index 42cd6197d..24d744923 100644
--- a/getting-started/ceph/docker-compose.yml
+++ b/getting-started/ceph/docker-compose.yml
@@ -137,7 +137,7 @@ services:
       start_period: 10s
 
   bucket-setup:
-    image: amazon/aws-cli:2.33.22
+    image: amazon/aws-cli:2.33.28
     depends_on:
       rgw1:
         condition: service_healthy
diff --git a/getting-started/quickstart/docker-compose.yml 
b/getting-started/quickstart/docker-compose.yml
index 9363eea58..b4ad61dd1 100644
--- a/getting-started/quickstart/docker-compose.yml
+++ b/getting-started/quickstart/docker-compose.yml
@@ -71,7 +71,7 @@ services:
       start_period: 10s
 
   bucket-setup:
-    image: amazon/aws-cli:2.33.22
+    image: amazon/aws-cli:2.33.28
     depends_on:
       rustfs:
         condition: service_healthy
diff --git a/getting-started/rustfs/docker-compose.yml 
b/getting-started/rustfs/docker-compose.yml
index 7c9570342..f0f9d9fe1 100644
--- a/getting-started/rustfs/docker-compose.yml
+++ b/getting-started/rustfs/docker-compose.yml
@@ -67,7 +67,7 @@ services:
       start_period: 10s
 
   setup_bucket:
-    image: amazon/aws-cli:2.33.22
+    image: amazon/aws-cli:2.33.28
     depends_on:
       rustfs:
         condition: service_healthy

Reply via email to