File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11icon : ' :material-database:'
2+
23cit :
34 mode : port
45 port : 5432
6+
7+ # Multi-version tracking for generate_versions.py
8+ versions :
9+ type : multi-version
10+ variants :
11+ - id : " 14"
12+ pkg_name : postgresql14-server
13+ build_args : { PG_VERSION: "14", BASE_VERSION: "15-quarterly" }
14+ tags : ["14", "14-pkg"]
15+ - id : " 14-pkg-latest"
16+ pkg_name : postgresql14-server
17+ build_args : { PG_VERSION: "14", BASE_VERSION: "15" }
18+ tags : ["14-pkg-latest"]
19+ - id : " 17"
20+ pkg_name : postgresql17-server
21+ build_args : { PG_VERSION: "17", BASE_VERSION: "15-quarterly" }
22+ tags : ["17", "17-pkg", "pkg", "latest"]
23+ default : true
24+ - id : " 17-pkg-latest"
25+ pkg_name : postgresql17-server
26+ build_args : { PG_VERSION: "17", BASE_VERSION: "15" }
27+ tags : ["17-pkg-latest", "pkg-latest"]
You can’t perform that action at this time.
0 commit comments