Skip to content

Commit cc3f184

Browse files
committed
Release 17-3.2.99 - See CHANGELOG.md
1 parent 8d1791e commit cc3f184

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

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

38
### Added

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ prepare_service single
55
PROCESS_NAME="postgres"
66
output_off
77

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

0 commit comments

Comments
 (0)