forked from repo-mirrors/cnpg-postgres-containers
chore: automatically update available PostgreSQL versions (#269)
Automatically update PostgreSQL versions in the Bake file; this will retrieve the information from the official PostgreSQL website. Closes #153 Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com> Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
635d7759ae
commit
424e519da9
@@ -20,6 +20,16 @@ now = timestamp()
|
||||
authors = "The CloudNativePG Contributors"
|
||||
url = "https://github.com/cloudnative-pg/postgres-containers"
|
||||
|
||||
// PostgreSQL versions to build
|
||||
postgreSQLVersions = [
|
||||
"13.22",
|
||||
"14.19",
|
||||
"15.14",
|
||||
"16.10",
|
||||
"17.6",
|
||||
"18~beta3"
|
||||
]
|
||||
|
||||
extensions = [
|
||||
"pgaudit",
|
||||
"pgvector",
|
||||
@@ -32,14 +42,7 @@ target "default" {
|
||||
"minimal",
|
||||
"standard"
|
||||
]
|
||||
pgVersion = [
|
||||
"13.22",
|
||||
"14.19",
|
||||
"15.14",
|
||||
"16.10",
|
||||
"17.6",
|
||||
"18~beta3"
|
||||
]
|
||||
pgVersion = postgreSQLVersions
|
||||
base = [
|
||||
// renovate: datasource=docker versioning=loose
|
||||
"debian:bookworm-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef",
|
||||
|
Reference in New Issue
Block a user