GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Switch web's image to dkan-web #225

Closed thierrydallacroce closed 4 years ago

thierrydallacroce commented 4 years ago

Switch web's image to @rhabbachi 's dkan-web in order to get PHP 7.3

thierrydallacroce commented 4 years ago

Though the unit tests pass, I can't seem to get it working locally within Docker. As expected, dkan-web uses PHP 7.3 but for some reason dkan-cli still uses PHP 7.2. I will investigate.

thierrydallacroce commented 4 years ago

So it was probably an older version of the dkan-cli image in my environment. After I docker system prune -a -f I am now seeing PHP 7.3 within the dkan-cli container, and also freed up ~16 GB..