Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
docker-postgresql
Commits
2ddb8f8d
Commit
2ddb8f8d
authored
Nov 28, 2022
by
José Ángel Fentánez
Browse files
[ADD] docker-postgresql: postgresql13-ci files
parent
4667dd30
Pipeline
#194668
passed with stage
in 2 minutes and 53 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
postgresql13-ci/Dockerfile
0 → 100644
View file @
2ddb8f8d
FROM
postgres:13-alpine
ENV
LC_COLLATE "C"
RUN
mkdir
-p
/etc/postgresql/
COPY
./postgresql.conf /etc/postgresql/postgresql.conf
RUN
chown
postgres:postgres
-R
/etc/postgresql
RUN
apk add alpine-sdk clang llvm python3 py3-pip
&&
pip3
install
pgxnclient
&&
pgxn
install
--stable
postgresql_anonymizer
CMD
["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
postgresql13-ci/postgresql.conf
0 → 100644
View file @
2ddb8f8d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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