Implement support for multiple PHP versions
This commit provides docker images and scripts to support multiple Debian and PHP releases via containers.
This commit is contained in:
commit
5b73173912
35 changed files with 1851 additions and 0 deletions
8
jessie_php5/Dockerfile
Normal file
8
jessie_php5/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM gnuviech/jessie_php5-base:latest
|
||||
LABEL maintainer="jan@dittberner.info"
|
||||
|
||||
COPY start-fpm.sh /usr/local/sbin
|
||||
COPY fpm-pool.conf.tmpl /usr/local/etc
|
||||
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
CMD ["/usr/local/sbin/start-fpm.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue