Skip to content

[TASK] Remove usage of Alpine image in runTests.sh#1994

Merged
oliverklee merged 2 commits intomainfrom
task/remove-alpine
Mar 16, 2026
Merged

[TASK] Remove usage of Alpine image in runTests.sh#1994
oliverklee merged 2 commits intomainfrom
task/remove-alpine

Conversation

@oliverklee
Copy link
Contributor

Build/Scripts/runTests.sh used the Alpine image on a specified version to execute some tasks in a container and the pinned minor version has reached already the end-of-life [1].

Instead of raising the version for the alpine image, usages are replaced using the core-testing-phpXY image containing required tools.

And also the obvious that remove the need to raise it again.

This changes follows the corresponding change [2] in the TYPO3 Core.

[1] https://endoflife.date/alpine-linux
[2] https://review.typo3.org/c/Packages/TYPO3.CMS/+/92625

Fixes #1991

`Build/Scripts/runTests.sh` used the Alpine image on a
specified version to execute some tasks in a container
and the pinned minor version has reached already the
end-of-life [1].

Instead of raising the version for the alpine image,
usages are replaced using the `core-testing-phpXY`
image containing required tools.

And also the obvious that remove the need to raise
it again.

This changes follows the corresponding change [2] in
the TYPO3 Core.

[1] https://endoflife.date/alpine-linux
[2] https://review.typo3.org/c/Packages/TYPO3.CMS/+/92625

Fixes #1991
@coveralls
Copy link

Pull Request Test Coverage Report for Build 22953868188

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 22953417670: 0.0%
Covered Lines: 111
Relevant Lines: 111

💛 - Coveralls

@oliverklee oliverklee enabled auto-merge (squash) March 16, 2026 16:03
@oliverklee oliverklee merged commit 7a5acfd into main Mar 16, 2026
33 checks passed
@oliverklee oliverklee deleted the task/remove-alpine branch March 16, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Remove usage of alpine image in runTests.sh

3 participants