Skip to content
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

Where are dockerfiles php and ngnix based on? #41

Open
mikeerickson opened this issue Mar 10, 2019 · 1 comment
Open

Where are dockerfiles php and ngnix based on? #41

mikeerickson opened this issue Mar 10, 2019 · 1 comment

Comments

@mikeerickson
Copy link

@fideloper I am curious to see what is done to generate the php and nginx images which exist on dockerhub. Are they the same as the official versions, or do they perform different tasks? Seeing as the PHP image is quite "dated" (at least two years) I am guessing they are not using the latest PHP versions.

@fideloper
Copy link
Contributor

Hi!

The dockerfiles used in this project are based on the official images:

  • ubuntu:18.04 into which Nginx + PHP is installed
  • node:latest
  • mysql:5.7

You can generally find links to the github projects that the official images use to build the images. (I don't see any that appear to be particular old - where did you look to see those?). In particular the official PHP images have tags for the latest versions of PHP: https://hub.docker.com/_/php (altho no 7.4 betas yet)

In the docs (readme) for the official PHP image you can find the official PHP image build files: https://github.com/docker-library/php/

Let me know if I'm missing the mark on your question, however.

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

No branches or pull requests

2 participants