MariaDB Minimal Installation

This page summarizes the projects mentioned and recommended in the original post on /r/mariadb

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MariaDB

    MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. (by MariaDB)

  • RUN git clone \ --branch mariadb-10.5.15 \ --depth 1 \ --recurse-submodules \ https://github.com/mariadb/server.git \ ~/server

  • mariadb-docker

    Docker Official Image packaging for MariaDB

  • When in doubt, see what they do on the official image https://github.com/MariaDB/mariadb-docker/blob/master/10.7/Dockerfile. Their file is more optimized for build time and easier maintenance rather than going for the bare minimum, which is OK since it’s Ubuntu anyway. If you want your image to be used by more people than just yourself, adding the GPG checks isn’t a bad idea.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • container-layer-sizes

    Discontinued Visualizer of container layer sizes

  • Like u/trevg_123 said big long RUN lines are one method of ensuring there isn't a large layer. Recommend looking at this tool for examining layer size.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts