Skip to content

Commit

Permalink
chore(ci): pin mariadb container to 10.7 image tag (#3913) (#3917)
Browse files Browse the repository at this point in the history
MariaDB latest only works on newer versions of Docker (see MariaDB/mariadb-docker#434).

So we are pinning to mariadb:10.7 for now to ensure consistent startup of the container in CircleCI.

(cherry picked from commit 27a55df)

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
  • Loading branch information
mergify[bot] and brettlangdon authored Jul 6, 2022
1 parent 915b47e commit a2f14ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- "127.0.0.1:5432:5432"
mariadb:
image: mariadb
image: mariadb:10.7
environment:
- MYSQL_ROOT_PASSWORD=example
- MYSQL_DATABASE=test
Expand Down

0 comments on commit a2f14ba

Please sign in to comment.