sadpandajoe commented on code in PR #40882:
URL: https://github.com/apache/superset/pull/40882#discussion_r3826648718
##########
.github/workflows/superset-python-integrationtest.yml:
##########
@@ -53,7 +53,7 @@ jobs:
mysql+mysqldb://superset:[email protected]:13306/superset?charset=utf8mb4&binary_prefix=true
services:
mysql:
- image: mysql:8.0
+ image: ghcr.io/apache/superset/ci/mysql:8.0
Review Comment:
The new GHCR image no longer uses Docker Hub or its credentials, but the
following comment still describes an authenticated Docker Hub fallback. That
leaves CI debugging guidance false—could we remove or update it with this image
change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]