Skip to content

Upgrade MySQL docker image to container-registry.oracle.com/mysql/community-server:9.3.0 #2365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Jul 15, 2025

Fix #2270

I had to change the registry because the one on docker.io doesn't seem to work with Testcontainer.

@DavideD DavideD added ci Changes to the Jenkins pipeline or GitHub workflows dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jul 15, 2025
@DavideD DavideD force-pushed the 2270-MySQL-9.3 branch 2 times, most recently from 0c42e8a to fe5dc5e Compare July 15, 2025 12:26
dependabot bot and others added 2 commits July 15, 2025 14:37
…/mysql/community-server:9.3.0

from `docker.io/mysql:9.2.0`
to `container-registry.oracle.com/mysql/community-server:9.3.0`

I found the registry in the official MySQL documentation:
https://dev.mysql.com/doc/refman/9.3/en/docker-mysql-getting-started.html#docker-download-image

The one from docker.io doesn't seem to work with testcontainers.
to `container-registry.oracle.com/mysql/community-server:9.3.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to the Jenkins pipeline or GitHub workflows dependencies Pull requests that update a dependency file docker Pull requests that update docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade MySQL to 9.3.0 for testing
1 participant