RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Upgrade to PHP 5.6 with Zend OpCache and APCu #16

Closed renatomassaro closed 8 years ago

renatomassaro commented 8 years ago

Rebuilt from scratch and all is working well

hach-que commented 8 years ago

As per the comment in #13, this image needs to be migrated towards a derive and bake model before I can merge in more major changes.

lamjack commented 8 years ago

can i search this image in docker repository?

hach-que commented 8 years ago

There are some issues with this change, and it needs to be rebased on the latest version in order to be merged.

renatomassaro commented 8 years ago

Yep, this PR changes were supposed to go only until commit f02e2d1. Not sure how I change the PR HEAD here on Github.

Since you said this image must be rewritten, I decided to reshape my fork to my own needs.

hach-que commented 8 years ago

Just an FYI, I'm working on bringing these changes upstream, along with a number of configuration improvements. In particular:

I'll be updating the README with the new configuration options when this work is done.

hach-que commented 8 years ago

@renatomassaro All of these changes are now available in this image, and it now supports configuration via environment variables as well as scripts.

Going to close this PR as there's nothing left to do here.