Skip to content

Commit 64efc02

Browse files
committed
chore: add appjail director support & regen docs
1 parent 046c3b7 commit 64efc02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG UPSTREAM_URL="https://mariadb.org/download/"
1515

1616
# --- Metadata (Injected by Generator) ---
1717
LABEL org.opencontainers.image.title="MariaDB" \
18-
org.opencontainers.image.description="MariaDB database server for FreeBSD." \
18+
org.opencontainers.image.description="Drop-in replacement for MySQL built by the original authors — extends core MySQL functionality with alternate storage engines, server optimizations, and patches." \
1919
org.opencontainers.image.source="https://github.com/daemonless/mariadb" \
2020
org.opencontainers.image.url="https://mariadb.org/" \
2121
org.opencontainers.image.documentation="https://mariadb.com/kb/en/documentation/" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source: dbuild templates
88
[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/mariadb/build.yaml?style=flat-square&label=Build&color=green)](https://github.com/daemonless/mariadb/actions)
99
[![Last Commit](https://img.shields.io/github/last-commit/daemonless/mariadb?style=flat-square&label=Last+Commit&color=blue)](https://github.com/daemonless/mariadb/commits)
1010

11-
MariaDB database server for FreeBSD.
11+
Drop-in replacement for MySQL built by the original authors — extends core MySQL functionality with alternate storage engines, server optimizations, and patches.
1212

1313
| | |
1414
|---|---|

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x-daemonless:
44
title: "MariaDB"
55
icon: ":simple-mariadb:"
66
category: "Databases"
7-
description: "MariaDB database server for FreeBSD."
7+
description: "Drop-in replacement for MySQL built by the original authors — extends core MySQL functionality with alternate storage engines, server optimizations, and patches."
88
upstream_url: "https://github.com/MariaDB/server"
99
web_url: "https://mariadb.org/"
1010
freshports_url: "https://www.freshports.org/databases/mariadb118-server/"

0 commit comments

Comments
 (0)