We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43c959 commit 0633624Copy full SHA for 0633624
tests/model_registry/conftest.py
@@ -186,7 +186,7 @@ def model_registry_db_deployment(
186
"/var/lib/mysql/datadir",
187
"--default-authentication-plugin=mysql_native_password",
188
],
189
- "image": "public.ecr.aws/docker/library/mysql:8.3.0",
+ "image": "public.ecr.aws/docker/library/mysql@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe", # noqa: E501
190
"imagePullPolicy": "IfNotPresent",
191
"livenessProbe": {
192
"exec": {
0 commit comments