drupal-docker / php

Dockerized PHP for Drupal :droplet::whale:
https://hub.docker.com/r/drupaldocker/php/
MIT License
38 stars 51 forks source link

Use alpine based images? #47

Closed slashrsm closed 8 years ago

slashrsm commented 8 years ago

Images based on alpine are way smaller than Debian based (~150M vs ~25M for official php images).

Should we switch? Should we provide alpine based images along with debian based ones? I've been using alpine for solr and redis containers and I didn't notice any difference (besides file size).

zaporylie commented 8 years ago

There's only minor maintenance downside. Alpine does not have apt-get ;)

I have no problem with adding support for alpine-based images. I would actually prefer to just switch to alpine and drop debian based images. But we need yet-another-policy in order to do so.

slashrsm commented 8 years ago

We can close I guess?