Skip to content

Commit da7c9f2

Browse files
committed
Release 11.8-3.2.99 - See CHANGELOG.md
1 parent e98a7f7 commit da7c9f2

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 11.8-3.2.99 2025-11-09 <dave at tiredofit dot ca>
2+
3+
Add EOL Notice and deprecate image
4+
5+
16
## 11.8-3.2.21 2025-08-06 <dave at tiredofit dot ca>
27

38
### Added

install/etc/cont-init.d/10-mariadb

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ prepare_service
55
# shellcheck disable=SC2034
66
PROCESS_NAME="mariadb"
77

8+
cat <<EOF
9+
10+
*****************************************************************************************
11+
* *
12+
* END OF LIFE NOTICE AUGUST 18, 2025 *
13+
* tiredofit/mariadb *
14+
* *
15+
* This image is no longer maintained as of and will not receive updates. *
16+
* *
17+
* A successor image is available at: *
18+
* *
19+
* Repository | Documentation: *
20+
* - https://github.com/nfrastack/container-mariadb *
21+
* *
22+
* Image Registries: *
23+
* - https://hub.docker.com/r/nfrastack/mariadb *
24+
* - https://github.com/nfrastack/container-mariadb/pkgs/container/container-mariadb *
25+
* *
26+
* Please visit https://nfrastack.com for more information. *
27+
* *
28+
*****************************************************************************************
29+
30+
EOF
31+
32+
sleep 15
33+
34+
835
bootstrap_filesystem
936
bootstrap_variables
1037
configure_mariadb

0 commit comments

Comments
 (0)