You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/14 17:35:03 UTC

[GitHub] jonpspri opened a new pull request #267: Add s390x provisions to Dockerfile

jonpspri opened a new pull request #267: Add s390x provisions to Dockerfile
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/267
 
 
   The alpine image has progressed significantly since I last looked into running the apigateway image on System Z.  Now all logic can be executed within the Docker image.  Two major differences in the resulting image:
   
   1.  LuaJIT is pre-built from a slightly different version pre-created for LInux on Z (see https://github.com/linux-on-ibm-z/docs/wiki/Building-LuaJIT ).
   2.  PCRE JIT is disabled because it doesn't support the s390x processors.  Looking into fixing that, but for now we'll accept the performance hit.
   
   -J
   
   (P.S.  I have an Apache CLA.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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