FriendsOfTYPO3 / tea

Example extension for unit testing and best practices.
https://typo3.org/community/teams/best-practices
GNU General Public License v2.0
75 stars 25 forks source link

Update the container image versions #1164

Open oliverklee opened 8 months ago

oliverklee commented 8 months ago

Goal

I as a user want to use the current container image versions.

Acceptance Criteria

Additional Information

https://review.typo3.org/c/Packages/TYPO3.CMS/+/82885 This might also not be necessary - we should check if we using our different images is enough.

Starkmann commented 3 months ago

Not sure what to do here as far as i see we always use latest images. IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"

lukaszuznanski commented 1 month ago

@oliverklee you want to explicitly set version for containers? Or what's the issue?

oliverklee commented 1 month ago

@lukaszuznanski I saw that the Core runTests.sh updated the image versions in https://review.typo3.org/c/Packages/TYPO3.CMS/+/82885, and I created this ticket to find out if we need to change anything in our runTests.sh (or the GitLab configuration) to also use the latest version of the images.