We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: