You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, I tried s390x/ubuntu:latest apt-get install couchdb. That seems to work fine, so ubuntu knows something these instructions don't. At least proof that its possible.
The text was updated successfully, but these errors were encountered:
We listed what distro provide in our instruction https://github.com/linux-on-ibm-z/docs/wiki/Building-CouchDB, Ubuntu did provide an older version of couchDB. For our dockerfile example here, we're trying to build a much newer version, that's why we didn't just apt-get.
dockerfile-examples/CouchDB/Dockerfile
Line 61 in d727055
http://docs.couchdb.org/en/2.1.1/install/unix.html#installing
make release
. This fails on the current docker (something about openjdk triggers).https://apache.bintray.com/couchdb-deb unfortunately only has x86 packages, or the official instructions would had worked..
Out of curiosity, I tried
s390x/ubuntu:latest apt-get install couchdb
. That seems to work fine, so ubuntu knows something these instructions don't. At least proof that its possible.The text was updated successfully, but these errors were encountered: