Skip to content

Releases: dockware/shopware

Essentials v1.3.0

21 Nov 09:27

Choose a tag to compare

Added

  • Added a built-in healthcheck. You can now use "docker compose up --wait" to wait until the container is fully ready. (thx for that brilliant idea @BlackScorp)

Fixed

  • Mailcatcher was not correctly configured to be used in SSMTP configurations.
  • Fixed an issue where Shopware was always installed using PHP 8.3, causing crashes when running images with a different PHP versions (e.g. 8.2) and PHP boot scripts or ENV variables (SW_API_ACCESS_KEY, ...). Shopware is now installed using its minimum required PHP version, ensuring compatibility across all configured PHP versions.

Essentials v1.2.0

12 Nov 15:37

Choose a tag to compare

Changed

  • Remove "Xdebug Beta" for PHP 8.4 and switch to official release

Fixed

  • It was possible to start the image with an unsupported Node version which led to problems. The container will now crash during startup to give you immediate feedback.

Essentials v1.1.0

27 Sep 10:33

Choose a tag to compare

Added

  • Add conditional NVM decompression to prevent restart failures (thx @susannekoerber)
  • Add "patch" package to support Composer Patching vendors.

Changed

  • Replace recursive chown with selective find commands for Git-safe permissions (thx @susannekoerber)
  • Preserves Git repository permissions when mounting directories with .git folders (thx @susannekoerber)

Fixed

  • Fixes container restart loop when NVM archive is missing after first run (thx @susannekoerber)

Essentials v1.0.0

27 Sep 10:33

Choose a tag to compare

  • Initial release (Ubuntu 24.04, PHP 8.2/8.3/8.4, Node 22/24)