Skip to content

Commit fd5b949

Browse files
authored
v7.1.1 (#195)
Minor updates * Using latest base images * Removing 10.5 and 10.6 Debian versions Documentation updates * Updating copyright year to 2025
1 parent 97f4fc4 commit fd5b949

File tree

22 files changed

+16
-120
lines changed

22 files changed

+16
-120
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.5", "10.6", "10.11", "11.2", "11.4", "11.6", "11.7" ]
17+
mariadb: [ "10.11", "11.2", "11.4", "11.6", "11.7" ]
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.5", "10.6", "10.11", "11.2", "11.4", "11.6", "11.7" ]
13+
mariadb: [ "10.11", "11.2", "11.4", "11.6", "11.7" ]
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-2.2.16
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

10.5/DEBIAN_NAME

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

10.5/Dockerfile

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

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

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

10.5/overlay/tmp/MARIADB_BUILD

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

10.6/DEBIAN_NAME

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

10.6/Dockerfile

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

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

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

10.6/overlay/tmp/MARIADB_BUILD

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

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

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

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

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

11.6/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-2.2.16
1+
FROM ghcr.io/bfren/debian-s6:bookworm-3.0.0
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

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

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 bfren
3+
Copyright (c) 2020-2025 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ See [For Backups](#for-backups) for configuration variables.
9292
9393
## Copyright
9494

95-
> Copyright (c) 2020-2024 [bfren](https://bfren.dev) (unless otherwise stated)
95+
> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0
1+
7.1.1

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.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.1
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.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

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.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
22

33
ARG BF_IMAGE
44
ARG BF_PUBLISHING

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="2.2.16"
8-
ALPINE_BASE_REVISION="5.5.0"
7+
DEBIAN_BASE_REVISION="3.0.0"
8+
ALPINE_BASE_REVISION="5.5.1"
99

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

1414
echo "MariaDB ${V}"

0 commit comments

Comments
 (0)