how can I build a new mysql image ? #10862
Unanswered
linayang999
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you try out the official MySQL image? https://hub.docker.com/_/mysql You can also try replace with a MariaDB image: https://hub.docker.com/_/mariadb |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as the latest mysql version kubeflow pipeline using is gcr.io/ml-pipeline/mysql:8.0.26 which is based on outdated debian 10 os version , and this image is not allowed to use as it's out of support for a time .
may I know if I want to build a new pipeline mysql image , any dockerfile can refer to or any mysql image which is built based on debian 12 I can use now ? what I want is a new iamge built on debian 12
thanks for any support ,thanks .
the mysql manifest:
pipelines/manifests/kustomize/third-party/mysql/base/mysql-deployment.yaml
Line 51 in 45f3457
Beta Was this translation helpful? Give feedback.
All reactions