You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/17 19:40:39 UTC

[GitHub] [couchdb-docker] wohali opened a new issue #163: Move to buster and SM60 for 3.0.0

wohali opened a new issue #163: Move to buster and SM60 for 3.0.0
URL: https://github.com/apache/couchdb-docker/issues/163
 
 
   SpiderMonkey 60 offers an improved user experience in CouchDB 3.0.0.
   
   Because Debian buster is the only distro currently providing binaries for SM60, move to that for our release.
   
   This requires special casing ARM because of apache/couchdb#2449 - where we are required to link against SM 1.8.5 instead. Care must be taken to ensure this is built correctly downstream by the top-level Docker `couchdb` image.
   
   Documentation must be updated to reflect this as well, including downstream at https://github.com/docker-library/docs .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-docker] wohali closed issue #163: Move to buster and SM60 for 3.0.0

Posted by GitBox <gi...@apache.org>.
wohali closed issue #163: Move to buster and SM60 for 3.0.0
URL: https://github.com/apache/couchdb-docker/issues/163
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-docker] wohali commented on issue #163: Move to buster and SM60 for 3.0.0

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #163: Move to buster and SM60 for 3.0.0
URL: https://github.com/apache/couchdb-docker/issues/163#issuecomment-580938503
 
 
   `dev` and `dev-cluster` are updated -- though these do **not** handle the special casing, meaning neither will work on arm64. I'm OK with that; if an ARM contributor wants to fix this, be my guest.
   
   The packages take care of the special casing now, as of https://github.com/apache/couchdb-pkg/commit/3f6877ace7e42cb25fba1718f183440d94a0f9f1 .
   
   So all we need is a copy of `2.3.1` to `3.0.0` and wait until the packages are published. Easy.
   
   Then this can go downstream to Docker official-images.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services