Skip to content

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

Open
oliverklee wants to merge 1 commit intomainfrom
task/remove-alpine
Open

[TASK] Remove usage of Alpine image in runTests.sh#1994
oliverklee wants to merge 1 commit 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

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

2 participants