Skip to content

Commit 5aea386

Browse files
authored
v7.1.6 (#200)
Minor updates * Using latest base images * Updating to MariaDB 10.11.13 and 11.4.7 * Removing 11.2 (EOL) * Adding SSIMN.org as alternative mirror Build updates * Using GitHub CLI for auto PR
1 parent 3c260f9 commit 5aea386

File tree

20 files changed

+24
-79
lines changed

20 files changed

+24
-79
lines changed

.github/workflows/auto-pr.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ jobs:
88
if: github.ref_type == 'branch'
99
runs-on: ubuntu-latest
1010
steps:
11-
-
12-
name: Checkout Branch ${{ github.ref_name }}
13-
uses: actions/checkout@v4
14-
-
15-
name: Create Pull Request
16-
uses: bfren/pull-request@v2
17-
with:
18-
github_token: ${{ secrets.PAT }}
19-
destination_branch: main
20-
pr_title: ${{ github.ref_name }}
21-
pr_body: "Merging branch to create ${{ github.ref_name }}."
11+
-
12+
name: Checkout Branch ${{ github.ref_name }}
13+
uses: actions/checkout@v4
14+
-
15+
name: Create Pull Request
16+
run: gh pr create -B main --title "${{ github.ref_name }}" --body "Merging branch to create ${{ github.ref_name }}."
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.PAT }}

.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.7", "11.8" ]
17+
mariadb: [ "10.11", "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.7", "11.8" ]
13+
mariadb: [ "10.11", "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.3
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.4
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://mirror.mariadb.org/repo/10.11.12/debian
5+
URIs: https://mirror.mariadb.org/repo/10.11.13/debian https://mariadb.gb.ssimn.org/repo/10.11.13/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

10.11/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.11.12
1+
10.11.13

11.2/DEBIAN_NAME

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

11.2/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

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

Lines changed: 0 additions & 8 deletions
This file was deleted.

11.2/overlay/tmp/MARIADB_BUILD

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

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.3
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.4
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://mirror.mariadb.org/repo/11.4.6/debian
5+
URIs: https://mirror.mariadb.org/repo/11.4.7/debian https://mariadb.gb.ssimn.org/repo/11.4.7/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.4/overlay/tmp/MARIADB_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.4.6
1+
11.4.7

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.3
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.4
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://mirror.mariadb.org/repo/11.7.2/debian
5+
URIs: https://mirror.mariadb.org/repo/11.7.2/debian https://mariadb.gb.ssimn.org/repo/11.7.2/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

11.8/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.3
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.4
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

11.8/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://mirror.mariadb.org/repo/11.8.1/debian
5+
URIs: https://mirror.mariadb.org/repo/11.8.1/debian https://mariadb.gb.ssimn.org/repo/11.8.1/debian
66
Suites: bookworm
77
Components: main
88
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.5
1+
7.1.6

generate.sh

Lines changed: 2 additions & 2 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.3"
7+
DEBIAN_BASE_REVISION="3.0.4"
88
ALPINE_BASE_REVISION="5.5.4"
99

1010
echo "Debian Base: ${DEBIAN_BASE_REVISION}"
11-
MARIADB_VERSIONS="10.11 11.2 11.4 11.7 11.8"
11+
MARIADB_VERSIONS="10.11 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://mirror.mariadb.org/repo/<%= ${MARIADB_VERSION} %>/debian
5+
URIs: https://mirror.mariadb.org/repo/<%= ${MARIADB_VERSION} %>/debian https://mariadb.gb.ssimn.org/repo/<%= ${MARIADB_VERSION} %>/debian
66
Suites: <%= ${DEBIAN_NAME} %>
77
Components: main
88
Signed-By: <%= ${MARIADB_KEYRING} %>

0 commit comments

Comments
 (0)