We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c5c1d commit e6aba3aCopy full SHA for e6aba3a
Dockerfile
@@ -85,7 +85,10 @@ RUN set -exuo pipefail ; \
85
if [ "$MYSQL_VERSION" = "8.0" ];then \
86
MYSQL_FILENAME=mysql80-community-release-el9-5.noarch.rpm; \
87
MYSQL_MD5=4fa11545b76db63df0efe852e28c4d6b; \
88
- else \
+ elif [ "$MYSQL_VERSION" = "8.4" ];then \
89
+ MYSQL_FILENAME=mysql84-community-release-el9-1.noarch.rpm; \
90
+ MYSQL_MD5=15a20fea9018662224f354cb78b392e7; \
91
+ else
92
echo "Uknown mysql version"; \
93
exit 1; \
94
fi; \
0 commit comments