We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63d13e commit 6351348Copy full SHA for 6351348
2 files changed
README.md
@@ -25,6 +25,8 @@ This repository provides maintenance scripts for generating
25
| 14 | 2021-09-30 | 2026-11-12 |
26
| 13 | 2020-09-24 | 2025-11-13 |
27
28
+In addition, PostgreSQL 19 Beta 1 is provided for testing purposes only.
29
+
30
These images are designed to serve as operands of the
31
[CloudNativePG (CNPG) operator](https://cloudnative-pg.io) in Kubernetes
32
environments, and are not intended for standalone use.
docker-bake.hcl
@@ -33,6 +33,7 @@ postgreSQLVersions = [
33
// Preview versions are automatically filtered out if present in the stable list
34
// MANUALLY EDIT THE CONTENT - AND UPDATE THE README.md FILE TOO
35
postgreSQLPreviewVersions = [
36
+ "19~beta1",
37
]
38
39
// Barman version to build
0 commit comments