Skip to content

Add fpm handling in docker-entrypoint.sh #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 11, 2015
Merged

Add fpm handling in docker-entrypoint.sh #92

merged 2 commits into from
Aug 11, 2015

Conversation

ltkn
Copy link
Contributor

@ltkn ltkn commented Aug 9, 2015

Hi
Feel free to merge this small modification to also handle fpm in entrypoint.sh.
The script had a test that was executed only for apache variant.
cheers

@@ -1,7 +1,7 @@
#!/bin/bash
set -e

if [[ "$1" == apache2* ]]; then
if [[ "$1" == apache2* ]] || [[ "$1" == php-fpm ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new test can be a simple [ "$1" == php-fpm ] since it doesn't have a wildcard in it.

@md5
Copy link
Contributor

md5 commented Aug 9, 2015

Good catch! 👍

@ltkn
Copy link
Contributor Author

ltkn commented Aug 11, 2015

md5, I've pushed a fix regarding your last comment, cheers.

@leon
Copy link

leon commented Aug 11, 2015

It would be awesome if we could merge this, the fpm support is unusable at the moment

@tianon
Copy link
Member

tianon commented Aug 11, 2015

LGTM

1 similar comment
@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Aug 11, 2015
Add fpm handling in docker-entrypoint.sh
@yosifkit yosifkit merged commit 6fd5664 into docker-library:master Aug 11, 2015
tianon added a commit to infosiftr/stackbrew that referenced this pull request Aug 11, 2015
- `celery`: docker-library/celery@033c91f
- `elasticsearch`: docker-library/elasticsearch@4e491a7
- `ghost`: docker-library/ghost@7200faa
- `hello-world`: docker-library/hello-world@2224815
- `irssi`: jessfraz/irssi@46f8d10
- `mongo`: 2.6.11
- `mysql`: `skip-name-resolve` (docker-library/mysql#89)
- `owncloud`: 7.0.8 and 8.1.1
- `php`: docker-library/php@7575282
- `postgres`: 9.5~alpha2-1.pgdg80+1
- `redis`: redis/docker-library-redis@d2877d5
- `redmine`: infosiftr/redmine@dbd8af6
- `ruby`: `--no-document` (docker-library/ruby#49)
- `wordpress`: fix FPM support (docker-library/wordpress#92)
@md5 md5 mentioned this pull request Aug 12, 2015
RichardScothern pushed a commit to RichardScothern/official-images that referenced this pull request Jun 14, 2016
- `celery`: docker-library/celery@033c91f
- `elasticsearch`: docker-library/elasticsearch@4e491a7
- `ghost`: docker-library/ghost@7200faa
- `hello-world`: docker-library/hello-world@2224815
- `irssi`: jessfraz/irssi@46f8d10
- `mongo`: 2.6.11
- `mysql`: `skip-name-resolve` (docker-library/mysql#89)
- `owncloud`: 7.0.8 and 8.1.1
- `php`: docker-library/php@7575282
- `postgres`: 9.5~alpha2-1.pgdg80+1
- `redis`: redis/docker-library-redis@d2877d5
- `redmine`: infosiftr/redmine@dbd8af6
- `ruby`: `--no-document` (docker-library/ruby#49)
- `wordpress`: fix FPM support (docker-library/wordpress#92)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants