- 03 Feb, 2023 1 commit
-
-
Stefan Bürk authored
-
- 06 Jan, 2023 2 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
The version for images `typo3/core-testing-nodejs16` and `typo3/core-testing-nodejs16-chrome` are raised. Rebuild includes `npm 9.x` instead of `npm 8.x`, thus having it released with a new version to docker hub helps to have a version based separation.
-
- 09 Dec, 2022 3 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
If core testing images for php 72,73 and 74 needs to be rebuild, it tries to install xdebug 3.2+ now. However, this version is not compatible with php <8.0. Thus the version is now pinned in the corresponding Dockerfiles. This allows us to still rebuild the images to release version with updated tool versions, e.g. composer, git or patch binaries.
-
Stefan Bürk authored
PHP 8.2 has been recently released as 8.2.0. This change adjust the typo3/core-testing-php82 image to use the released version in the future instead of the release canditates. This image version is bumped to properly rebuild and release the new image version
-
- 30 Nov, 2022 1 commit
-
-
Stefan Bürk authored
-
- 12 Nov, 2022 1 commit
-
-
Stefan Bürk authored
-
- 11 Nov, 2022 3 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
-
Stefan Bürk authored
-
- 29 Oct, 2022 1 commit
-
-
Stefan Bürk authored
-
- 23 Oct, 2022 2 commits
-
-
Stefan Bürk authored
Bump version for typo3/core-testing-php* images to build them with included `patch` binary. This is needed to proper test composer patches requiring this binary to be available.
-
Stefan Bürk authored
-
- 22 Oct, 2022 1 commit
-
-
Stefan Bürk authored
This change adds the installation of `patch` binary to the php testing images, which is needed to test composer patches in CI runs. Mainly if packages which should be patched are fetched as distribution archive and not from source, where patching with `git` is not doable.
-
- 30 Sep, 2022 3 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
-
Stefan Bürk authored
-
- 29 Sep, 2022 2 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
-
- 06 Sep, 2022 4 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
-
Stefan Bürk authored
-
Stefan Bürk authored
-
- 23 Aug, 2022 3 commits
-
-
Christian Kuhn authored
-
Stefan Bürk authored
-
Stefan Bürk authored
-
- 22 Aug, 2022 2 commits
-
-
Stefan Bürk authored
This change finish the work to get a first compilable image for nodejs14 with npm8. For this some changes are integrated: * remove pyhton2 packae install which is no longer available for installation in alpine. * added `libc6-compat` package install to avoid recompile of optipng binaries, which is not possible to get recompiled. * remove global npm package install of `optipng-bin` which is not needed anymore through added `libc6-compat` package.
-
Stefan Bürk authored
This change finish the work to get a first compilable image for nodejs16 with npm8. For this some changes are integrated: * remove pyhton2 packae install which is no longer available for installation in alpine. * added `libc6-compat` package install to avoid recompile of optipng binaries, which is not possible to get recompiled. * remove global npm package install of `optipng-bin` which is not needed anymore through added `libc6-compat` package.
-
- 08 Aug, 2022 1 commit
-
-
Stefan Bürk authored
-
- 26 Jul, 2022 1 commit
-
-
Stefan Bürk authored
-
- 24 Jul, 2022 3 commits
-
-
Stefan Bürk authored
-
Stefan Bürk authored
This reverts commit 9452c292.
-
Stefan Bürk authored
-
- 17 Jul, 2022 2 commits
-
-
Christian Kuhn authored
Depending on active test types, especially when many acceptance tests are executed at the same time, metal runners tend to work at RAM limits and swap here and there a bit. Increase swap space to not risk killing processes.
-
Christian Kuhn authored
ctop fails with a python exception when metal is under load. It's thus not helpful and removed.
-
- 08 Jul, 2022 2 commits
-
-
Stefan Bürk authored
This change switches the xdebug PR/form from the old to the newer PR/form from `derickr` which containes more work/fixes for PHP8.2. This avoids some xdebug related errors during core test execution. See: https://github.com/xdebug/xdebug/pull/843
-
Stefan Bürk authored
-
- 24 Jun, 2022 1 commit
-
-
Stefan Bürk authored
-
- 11 Jun, 2022 1 commit
-
-
Christian Kuhn authored
-