Skip to content

Commit

Permalink
Fix mysql connector docker-compose context (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadein authored Oct 26, 2023
1 parent 7969c08 commit 26128aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 All @@ -31,7 +31,7 @@ services:
# INFRA
pg-us:
build:
context: ../../mainrepo/lib/testenv-common/images
context: ../testenv-common/images
dockerfile: Dockerfile.pg-us
environment:
POSTGRES_DB: us-db-ci_purgeable
Expand All @@ -42,8 +42,8 @@ services:

us:
build:
context: ../testenv_common_private/images
dockerfile: Dockerfile.us-single-tenant
context: ../testenv-common/images
dockerfile: Dockerfile.us
depends_on:
- pg-us
environment:
Expand Down

0 comments on commit 26128aa

Please sign in to comment.