Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use versioned multiarch mariadb image #332

Open
tobybellwood opened this issue Jan 19, 2023 · 2 comments
Open

use versioned multiarch mariadb image #332

tobybellwood opened this issue Jan 19, 2023 · 2 comments

Comments

@tobybellwood
Copy link

The upstream image used for mariadb locally is one of the "legacy" unversioned uselagoon images.

The uselagoon/mariadb-10.4-drupal image is the same, but is published as multiarch, avoiding emulation for localdev

FROM uselagoon/mariadb-drupal:${LAGOON_IMAGE_VERSION}

@tobybellwood
Copy link
Author

Ideally, though, the image should be updated to use the uselagoon/mariadb-10.6-drupal version

@AlexSkrypnyk
Copy link
Contributor

I'm going to leave the link to the project that already does what @tobybellwood suggested: it uses uselagoon/mariadb-10.6-drupal image as upstream and provides a DB seeding script. It also publishes for multiple platforms.

Maybe it will be easier/faster to implement this for GovCMS if there is an example

https://github.com/drevops/mariadb-drupal-data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants