Skip to content

Commit

Permalink
Update mysql image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
nadein committed Oct 26, 2023
1 parent e2ee2c6 commit c77e33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dl_connector_mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
db-mysql-5-7:
# the earliest version supported by DL
# image: "mysql:5.7"
image: "mysql:5.7@sha256:e857469c4d22da38abe1f1b60a0e0bf7b0a5812f6bea1e247e375aa1701db925"
image: "mysql:5.7@sha256:188121394576d05aedb5daf229403bf58d4ee16e04e81828e4d43b72bd227bc2"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
MYSQL_DATABASE: "test_data"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the earliest version supported by DL
# FROM mysql:8.0.12
FROM mysql:8.0.12@sha256:8fdc47e9ccb8112a62148032ae70484e3453b628ab6fe02bccf159e2966b750e
FROM mysql:8.0.12@sha256:ee1e8adfcefbc1dadf8bc01350b6b6ba9c6925d45e02371edf56e13b780f0e5a

COPY db-mysql/docker-entrypoint-initdb.d /docker-entrypoint-initdb.d

0 comments on commit c77e33d

Please sign in to comment.