forked from Deuxfleurs/infrastructure
libc is needed fos stolon
This commit is contained in:
parent
0a6ffcacd2
commit
2670c8f8f1
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ services:
|
|||
# https://github.com/sorintlab/stolon/releases
|
||||
STOLON_VERSION: 057389f7e484ee1d5c1e1a7020256020e7413c87
|
||||
context: ./postgres/build/postgres
|
||||
image: superboum/amd64_postgres:v6
|
||||
image: superboum/amd64_postgres:v7
|
||||
|
||||
backup-consul:
|
||||
build:
|
||||
|
|
|
@ -9,6 +9,6 @@ COPY 0001-Add-max-rate-to-pg_basebackup.patch .
|
|||
RUN git apply 0001-Add-max-rate-to-pg_basebackup.patch
|
||||
RUN make && chmod +x /stolon/bin/*
|
||||
|
||||
FROM postgres:13.3-alpine
|
||||
FROM postgres:13.3-buster
|
||||
COPY --from=builder /stolon/bin /usr/local/bin
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in a new issue