feature: 数据库镜像制作 (#70)

* feature: 数据库镜像制作

* feature: 增加归档包流水线
This commit is contained in:
hhhhsc701
2025-11-10 19:06:53 +08:00
committed by GitHub
parent 8a0228b20e
commit 9dd26d622f
28 changed files with 379 additions and 79 deletions

View File

@@ -0,0 +1,6 @@
FROM mysql:8
COPY scripts/images/database/utf8.cnf /etc/mysql/conf.d/utf8.cnf
COPY scripts/db/ /docker-entrypoint-initdb.d/
RUN chmod 644 /etc/mysql/conf.d/utf8.cnf