Skip to content

Commit

Permalink
[#43] Switch to new MariaDB image.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 27, 2024
1 parent 98e5678 commit 95db327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/dgoss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95db327

Please sign in to comment.