We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4709839 commit 97c93a5Copy full SHA for 97c93a5
1 file changed
.daemonless/config.yaml
@@ -7,23 +7,28 @@ cit:
7
build:
8
variants:
9
- tag: "14"
10
+ pkg_name: postgresql14-server
11
containerfile: Containerfile.pkg
12
args:
13
PG_VERSION: "14"
14
BASE_VERSION: "15-quarterly"
15
aliases: ["14-pkg"]
16
- tag: "14-pkg-latest"
17
18
19
20
21
BASE_VERSION: "15"
22
- tag: "17"
23
+ pkg_name: postgresql17-server
24
25
26
PG_VERSION: "17"
27
28
aliases: ["17-pkg", "pkg", "latest"]
29
+ default: true
30
- tag: "17-pkg-latest"
31
32
33
34
0 commit comments