From 95db327efe005030e41ec5064f5469e05a844ac2 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 28 Aug 2024 08:55:33 +1000 Subject: [PATCH] [#43] Switch to new MariaDB image. --- Dockerfile | 2 +- tests/dgoss/goss.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5462280..b4ff7e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # support setting data directory as an environment variable) to support new # location and overriding default CMD to include our custom data directory. # -FROM uselagoon/mariadb-drupal:24.8.0 +FROM uselagoon/mariadb-10.11-drupal:24.8.0 # Set the data directory to a different location that a mounted volume. ENV MARIADB_DATA_DIR=/var/lib/db-data diff --git a/tests/dgoss/goss.yaml b/tests/dgoss/goss.yaml index faae121..2e7f166 100644 --- a/tests/dgoss/goss.yaml +++ b/tests/dgoss/goss.yaml @@ -54,11 +54,11 @@ package: mariadb: installed: true versions: - - 10.4.25-r0 + - 10.11.6-r0 user: mysql: exists: true process: - mysqld: + mariadbd: running: true