You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
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)
@fideloper I am curious to see what is done to generate the
php
andnginx
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.The text was updated successfully, but these errors were encountered: