Cachet has a community maintained Docker image.
We weren't able to use it as early adopters of Cachet 2.0,
so we built ours instead.
We can now switch back to the upstream image.
Cachet has a community maintained Docker image.
We weren't able to use it as early adopters of Cachet 2.0,
so we built ours instead.
We can now switch back to the upstream image.
rOPS Nasqueron Operations | |||
D1762 | rOPS977ad4c63401 Switch Cachet Docker image to upstream | ||
D1763 | rOPS53a6b5c8d10f Allow to retrieve a token | ||
rSTAGING Staging area | |||
D1764 | rSTAGING645130f74ba2 Bump Zemke-Rhyne to 0a197039c4b0 | ||
rZR Zemke-Rhyne | |||
D1761 | rZR0a197039c4b0 Allow to retrieve a token |
Is that a good idea?
Upstream image environment isn't up-to-date with current 2.4 software branch:
$ composer install Problem 1 - The requested PHP extension ext-sqlite3 * is missing from your system. Install or enable PHP's sqlite3 extension. Problem 2 - Installation request for phpunit/php-code-coverage 6.0.7 -> satisfiable by phpunit/php-code-coverage[6.0.7]. - phpunit/php-code-coverage 6.0.7 requires ext-xmlwriter * -> the requested PHP extension xmlwriter is missing from your system. Problem 3 - Installation request for theseer/tokenizer 1.1.0 -> satisfiable by theseer/tokenizer[1.1.0]. - theseer/tokenizer 1.1.0 requires ext-xmlwriter * -> the requested PHP extension xmlwriter is missing from your system. Problem 4 - phpunit/php-code-coverage 6.0.7 requires ext-xmlwriter * -> the requested PHP extension xmlwriter is missing from your system. - phpunit/phpunit 7.2.7 requires phpunit/php-code-coverage ^6.0.7 -> satisfiable by phpunit/php-code-coverage[6.0.7]. - Installation request for phpunit/phpunit 7.2.7 -> satisfiable by phpunit/phpunit[7.2.7].
Without dev dependencies, it works, but there is an issue where .env doesn't contain APP_DEBUG=false, regardless of environment.
It's annoying .env can overwrites environment by the way.