-
Notifications
You must be signed in to change notification settings - Fork 576
DB Docker building error #463
Comments
I have experienced the same issue My setup
|
+1, same issue. |
+1, same issue. Looks like something to do with wal-e 1.0.0 which relies on azure |
Same issue here, as workaround we had to update the db Dockerfile to: RUN echo "azure<5.0.0" > pip-constraints.txt
RUN pip --no-cache-dir install -c pip-constraints.txt 'wal-e<1.0.0' envdir \
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/* |
Hi, everyone. I am also running into the same issue based on the output that I am getting here:
These are the details of my Docker running on Mac 10.15.4:
|
I've commented all This is in the db container logs, though seems irrelevant?
I run on azure VM. This was my specific error upon building:
Also have to add libressl-dev in the Dockerfile manually since some time. I updated the certs in web/cert/ just before, but when I run docker-compose without -d it seems to accept the certs. For completeness, my current db/Dockerfile
|
is that sqlstore/supplier.go a bug, bc am using pgsql? |
Add this line in db/Dockerfile so the file looks like this:
After that it build fine |
* upstream/master: (54 commits) bump to 5.24.2 bump MM to 5.24.1 bump MM to 5.24.0 Update Dockerfile (mattermost#476) Add ?src=docker-app query parameter to identify download source (mattermost#475) bump docker app to 5.23.0 Fix : certificate signed by unknown authority refs : mattermost/mattermost#13059 (mattermost#474) bump app dockerfile to 5.22.3 Fixing docker-compose build process (mattermost#471) bump mm to 5.22.1 Update Dockerfile (mattermost#467) docker-compose: fix DB Docker building error mattermost#463 related wal-e 1.0.0 and azure (mattermost#464) allow uncommenting for team edition (mattermost#433) Fix the linking of the nginx configuration file (mattermost#458) docker-compose: remove unused ENV variable (mattermost#456) bump mm prod app to 5.21.0 bump mm prod app to 5.20.2 web entrypoint: forcefully link existing config (mattermost#454) Remove deprecated nginx ssl directive (mattermost#451) (mattermost#452) bump mm prod app to 5.20.1 ...
Hi folks,
I'm getting a package error when installing Wal-e on DB Docker.
Good job btw, thanks.
The text was updated successfully, but these errors were encountered: