Skip to content

Commit

Permalink
add mysql-configured
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Oct 30, 2024
1 parent 19852e4 commit 0771387
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions mysql-configured/5.7-20241030/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM mysql:5.7

COPY entrypoint-20241030.sh /
ENTRYPOINT ["entrypoint-20241030.sh"]
7 changes: 7 additions & 0 deletions mysql-configured/5.7-20241030/entrypoint-20241030.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set-eo pipefail
shopt -s nullglob

source /entrypoint.sh
exec _main --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --transaction-isolation=READ-COMMITTED --enforce-gtid-consistency=ON "$@"
6 changes: 6 additions & 0 deletions mysql-configured/5.7-20241030/strategy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "MySQL 5.7 Configured",
"variant": "5.7-20241030",
"imgname": "mysql-5-7-configured",
"platforms": ["linux/amd64"]
}

0 comments on commit 0771387

Please sign in to comment.