Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
a70b68a737ae
Commit
a70b68a7
authored
Dec 08, 2020
by
Georges Racinet
🦑
Browse files
Heptapod CI: stable base image for the stable branch
parent
6718524654ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/global.gitlab-ci.yml
View file @
a70b68a7
...
...
@@ -68,9 +68,7 @@
policy
:
pull
.use-pg11
:
# TODO minor base image change between v13.1 and v13.3, so we should
# build a new image and make Docker tags '0.15', '0.16' etc.
image
:
"
registry.heptapod.net/heptapod/ci-images/heptapod-base"
image
:
"
registry.heptapod.net/heptapod/ci-images/heptapod-base:stable"
services
:
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment