Skip to content
Snippets Groups Projects
Commit 808ef61a authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Use `ghcr.io` core-testing images in non-ci context

The docker container image hub is slowly becoming more
and more problematic for open source organisations, it's
time to move to another container registry for core-testing
images. Images are now build and published to both Docker
HUB and GitHub Container Registry (`ghcr.io`).

To test the ghcr.io images, the patch changes runTests.sh
to use them them for local (non CI) execution already.

We can not fully switch to ghcr.io yet, since CI uses the
docker registry container as mirror for images to heavily
reduce network load and increase performance. The registry
container however can only mirror hub.docker.io images, so
we need a different solution for CI first. When this is
done, we'll stop uploading images to docker hub later.

Resolves: #100617
Releases: main, 11.5, 10.4
Change-Id: Ia309826618696dc25b15527b73fa704235285479
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78669


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent f4d39873
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment