You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2021/10/28 14:42:52 UTC

[couchdb-erlfdb] 03/04: Use FoundationDB 6.2.x for now

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

kocolosk pushed a commit to branch devcontainer
in repository https://gitbox.apache.org/repos/asf/couchdb-erlfdb.git

commit 7820a962ea740287b9fdd542a5bc47831269da4d
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Oct 28 10:41:11 2021 -0400

    Use FoundationDB 6.2.x for now
    
    Our bindings appear to hardcode API version 620. We'll address that
    separately, but for now stick with the older version.
---
 .devcontainer/docker-compose.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/docker-compose.yaml b/.devcontainer/docker-compose.yaml
index 5648b60..f93df97 100644
--- a/.devcontainer/docker-compose.yaml
+++ b/.devcontainer/docker-compose.yaml
@@ -7,7 +7,7 @@ services:
         ERLANG_VERSION: "24"
 
         # This should always match the value in fdb.image
-        FDB_VERSION: "6.3.18"
+        FDB_VERSION: "6.2.29"
 
     environment:
       # This needs to match the name of the FoundationDB service below
@@ -35,4 +35,4 @@ services:
     network_mode: service:fdb
 
   fdb:
-    image: foundationdb/foundationdb:6.3.18
+    image: foundationdb/foundationdb:6.2.29