explicitly use docker library

This commit is contained in:
2025-04-20 19:01:39 +03:00
parent e22713b282
commit 5bd0a57417
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ spec:
imagePullPolicy: IfNotPresent
containers:
- name: mysql
image: mysql
image: mirror.gcr.io/library/mysql:latest
command:
- /bin/bash
- '-c'