Skip to content

Commit 3888329

Browse files
authored
v7.1.3 (#197)
Minor updates * Using latest base images * Updating to MariaDB 10.11.11, 11.4.5, 11.7.2 * Adding MariaDB 11.8.1 * Switching Debian mirror * Removing MariaDB 11.6 (out of support) * Using string values for bf ch apply
1 parent a3e63bb commit 3888329

File tree

27 files changed

+29
-29
lines changed

27 files changed

+29
-29
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
mariadb: [ "10.11", "11.2", "11.4", "11.6", "11.7" ]
17+
mariadb: [ "10.11", "11.2", "11.4", "11.7", "11.8" ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
-

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
mariadb: [ "10.11", "11.2", "11.4", "11.6", "11.7" ]
13+
mariadb: [ "10.11", "11.2", "11.4", "11.7", "11.8" ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
-

10.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

10.11/overlay/etc/apt/sources.list.d/mariadb.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/10.11.11/debian
5+
URIs: https://mirror.mariadb.org/repo/10.11.11/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

11.2/overlay/etc/apt/sources.list.d/mariadb.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/11.2.6/debian
5+
URIs: https://mirror.mariadb.org/repo/11.2.6/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

11.4/overlay/etc/apt/sources.list.d/mariadb.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/11.4.5/debian
5+
URIs: https://mirror.mariadb.org/repo/11.4.5/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.6/overlay/tmp/MARIADB_BUILD

Lines changed: 0 additions & 1 deletion
This file was deleted.

11.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

11.7/overlay/etc/apt/sources.list.d/mariadb.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/11.7.1/debian
5+
URIs: https://mirror.mariadb.org/repo/11.7.2/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.7/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.7.1
1+
11.7.2
File renamed without changes.

11.6/Dockerfile renamed to 11.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING
@@ -36,7 +36,7 @@ ENV \
3636
BF_DB_LOG_WARNINGS=3
3737

3838
COPY ./overlay /
39-
COPY ./11.6/overlay /
39+
COPY ./11.8/overlay /
4040
RUN bf-install
4141

4242
VOLUME [ "/backup", "/data", "/ssl" ]
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# MariaDB 11.6 repository list
1+
# MariaDB 11.8 repository list
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/11.6.2/debian
5+
URIs: https://mirror.mariadb.org/repo/11.8.1/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.8/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
11.8.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.1.3

alpine3.17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.1
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.2
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.2
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

alpine3.20/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.11.10-r0
1+
10.11.11-r0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.11.10
1+
10.11.11

alpine3.21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.2
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

alpine3.21/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.4.4-r1
1+
11.4.5-r0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.4.4
1+
11.4.5

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
DEBIAN_BASE_REVISION="3.0.0"
8-
ALPINE_BASE_REVISION="5.5.1"
7+
DEBIAN_BASE_REVISION="3.0.1"
8+
ALPINE_BASE_REVISION="5.5.2"
99

1010
echo "Debian Base: ${DEBIAN_BASE_REVISION}"
11-
MARIADB_VERSIONS="10.11 11.2 11.4 11.6 11.7"
11+
MARIADB_VERSIONS="10.11 11.2 11.4 11.7 11.8"
1212
for V in ${MARIADB_VERSIONS} ; do
1313

1414
echo "MariaDB ${V}"

mariadb.sources.esh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mariadb.org/download/
33
X-Repolib-Name: MariaDB
44
Types: deb
5-
URIs: https://mariadb.gb.ssimn.org/repo/<%= ${MARIADB_VERSION} %>/debian
5+
URIs: https://mirror.mariadb.org/repo/<%= ${MARIADB_VERSION} %>/debian
66
Suites: <%= ${DEBIAN_NAME} %>
77
Components: main
88
Signed-By: <%= ${MARIADB_KEYRING} %>

overlay/etc/nu/scripts/bf-mariadb/init.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export def install []: nothing -> nothing {
1212

1313
# set server config permissions
1414
bf write debug "Setting server config permissions."
15-
["/etc/my.cnf*" "dbadm:dbadm" 0440 0750] | bf ch apply
15+
["/etc/my.cnf*" "dbadm:dbadm" "0440" "0750"] | bf ch apply
1616
}
1717

1818
# Generate the database initialisation script

0 commit comments

Comments
 (0)