Page MenuHomeDevCentral

Switch back cachet to upstream Docker image
Closed, WontfixPublic

Description

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.

Event Timeline

dereckson triaged this task as Normal priority.
dereckson created this task.
dereckson added a project: Salt.

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.

dereckson removed dereckson as the assignee of this task.

Reopen because image isn't usable as is.

dereckson claimed this task.

Cachet isn't maintained anymore, we need a new status page solution.