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 98b7bc2eb chore(deps): update quay.io/ceph/ceph docker tag to v20 
(#3242)
98b7bc2eb is described below

commit 98b7bc2eb2c951063ea923bcf7108c8d68b46033
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Dec 10 11:55:58 2025 +0000

    chore(deps): update quay.io/ceph/ceph docker tag to v20 (#3242)
---
 getting-started/ceph/docker-compose.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/getting-started/ceph/docker-compose.yml 
b/getting-started/ceph/docker-compose.yml
index 9febf037e..923f390f1 100644
--- a/getting-started/ceph/docker-compose.yml
+++ b/getting-started/ceph/docker-compose.yml
@@ -20,7 +20,7 @@
 services:
 
   mon1:
-    image: quay.io/ceph/ceph:v19.2.3
+    image: quay.io/ceph/ceph:v20.2.0
     entrypoint: "/bin/sh"
     command:
       - "-c"
@@ -49,7 +49,7 @@ services:
       - ./bootstrap-osd:/var/lib/ceph/bootstrap-osd
 
   mgr:
-    image: quay.io/ceph/ceph:v19.2.3
+    image: quay.io/ceph/ceph:v20.2.0
     entrypoint: "/bin/sh"
     command:
       - "-c"
@@ -68,7 +68,7 @@ services:
   osd1:
     pid: host
     privileged: true
-    image: quay.io/ceph/ceph:v19.2.3
+    image: quay.io/ceph/ceph:v20.2.0
     environment:
       OSD_UUID_1: ${OSD_UUID_1}
     entrypoint: "/bin/sh"
@@ -96,7 +96,7 @@ services:
       - mon1
 
   rgw1:
-    image: quay.io/ceph/ceph:v19.2.3
+    image: quay.io/ceph/ceph:v20.2.0
     container_name: rgw1
     environment:
       MON_IP: ${MON_IP}

Reply via email to