Skip to content

Commit 153719e

Browse files
committed
add postgis 3.5.0beta1 images
1 parent 56a211b commit 153719e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4418
-2
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,31 @@ workflows:
128128
"12-3.4-alpine3.20",
129129
"12-3.4-bookworm",
130130
"12-3.4-bullseye",
131+
"12-3.5-alpine3.19",
132+
"12-3.5-alpine3.20",
131133
"13-3.3-alpine3.20",
132134
"13-3.4-alpine3.19",
133135
"13-3.4-alpine3.20",
134136
"13-3.4-bookworm",
135137
"13-3.4-bullseye",
138+
"13-3.5-alpine3.19",
139+
"13-3.5-alpine3.20",
136140
"14-3.3-alpine3.20",
137141
"14-3.4-alpine3.19",
138142
"14-3.4-alpine3.20",
139143
"14-3.4-bookworm",
140144
"14-3.4-bullseye",
145+
"14-3.5-alpine3.19",
146+
"14-3.5-alpine3.20",
141147
"14-l3.1.9gcp-bookworm",
142148
"15-3.3-alpine3.20",
143149
"15-3.4-alpine3.19",
144150
"15-3.4-alpine3.20",
145151
# --skip-- "15-3.4-bookworm", --> generated with the related bundle job!
146152
"15-3.4-bullseye",
147153
"15-3.4-bundle0-bookworm",
154+
"15-3.5-alpine3.19",
155+
"15-3.5-alpine3.20",
148156
"15-master-bookworm",
149157
"15-recent-bookworm",
150158
"16-3.3-alpine3.20",
@@ -153,9 +161,15 @@ workflows:
153161
# --skip-- "16-3.4-bookworm", --> generated with the related bundle job!
154162
"16-3.4-bullseye",
155163
"16-3.4-bundle0-bookworm",
164+
"16-3.5-alpine3.19",
165+
"16-3.5-alpine3.20",
166+
"16-l3.5.0beta1-bookworm",
156167
"16-master-bookworm",
157168
"16-recent-bookworm",
158169
"17rc1-3.4-alpine3.20",
170+
"17rc1-3.5-alpine3.19",
171+
"17rc1-3.5-alpine3.20",
172+
"17rc1-l3.5.0beta1-bookworm",
159173
"17rc1-master-bookworm",
160174
"17rc1-recent-bookworm",
161175
#circleci-targets-end

.coderabbit.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
# see - https://docs.coderabbit.ai/configure-coderabbit/
3+
4+
language: "en-US"
5+
6+
early_access: true
7+
8+
# we(docker-postgis) always need a human to approve (and merge), we don't use this,
9+
reviews:
10+
profile: "chill"
11+
request_changes_workflow: false
12+
high_level_summary: false
13+
poem: false
14+
review_status: false
15+
collapse_walkthrough: true
16+
auto_review:
17+
enabled: false
18+
drafts: false
19+
20+
# chat is allowed
21+
chat:
22+
auto_reply: true
23+
24+
25+
# https://docs.coderabbit.ai/guides/commands
26+
#
27+
# The following commands are available (invoked as PR comments):
28+
# @coderabbitai pause : to pause the reviews on a PR.
29+
# @coderabbitai resume : to resume the paused reviews.
30+
# @coderabbitai review : to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
31+
# @coderabbitai full review : to do a full review from scratch and review all the files again.
32+
# @coderabbitai summary : to regenerate the summary of the PR.
33+
# @coderabbitai resolve : resolve all the CodeRabbit review comments.
34+
# @coderabbitai configuration : to show the current CodeRabbit configuration for the repository.
35+
# @coderabbitai help : to get help.
36+

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12-3.5/alpine3.19/Dockerfile

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12-3.5/alpine3.19/initdb-postgis.sh

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12-3.5/alpine3.19/tags

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12-3.5/alpine3.19/update-postgis.sh

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)