michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

Add image for PHP 8 #71

Open wmortada opened 3 years ago

wmortada commented 3 years ago

Now that CiviCRM officially supports PHP 8, I think we should add an image that runs PHP 8 to this repository.

michaelmcandrew commented 3 years ago

Yes - agreed. See https://lab.3sd.io/tools/civicrm-buildkit-docker/-/commit/d6686f5b5a09981ea6443bfe75c2cfbfd997ce8c. Just seeing what happens / if it will actually build...

wmortada commented 3 years ago

Just tested this locally and it works for me.

I'm getting a warning for the blank line in the Dockerfile though. This line should be deleted: publish/templates/civicrm/Dockerfile.twig#L62

vim \
  zip \
# Delete me!
  && rm -r /var/lib/apt/lists/*