Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build 3.0-p1 with wal-g 2.0.1 #1011

Open
sda399 opened this issue Aug 7, 2024 · 0 comments
Open

Cannot build 3.0-p1 with wal-g 2.0.1 #1011

sda399 opened this issue Aug 7, 2024 · 0 comments

Comments

@sda399
Copy link

sda399 commented Aug 7, 2024

Hey folks,

3.0-p1 cannot build with wal-g 2.0.1 as its libsodium dependency, made broken changes

walg backported the fix into a new branch called: REL2_0_STABLE (wal-g/wal-g#1739)

The following patch seems to fix the 3.0-p1 build

diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile
index 472500f..614d362 100644
--- a/postgres-appliance/Dockerfile
+++ b/postgres-appliance/Dockerfile
@@ -19,7 +19,7 @@ FROM $BASE_IMAGE as dependencies-builder
 
 ARG DEMO
 
-ENV WALG_VERSION=v2.0.1
+ENV WALG_VERSION=REL2_0_STABLE
 
 COPY build_scripts/dependencies.sh /builddeps/
@sda399 sda399 changed the title build 3.0-p1 vs wal-g Cannot build 3.0-p1 with wal-g 2.0.1 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant