mirror of
https://git.koehn.com/docker/postgres-wal-g.git
synced 2023-10-20 22:33:52 -05:00
initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
FROM postgres:11.1
|
||||||
|
|
||||||
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
|
apt-get update && \
|
||||||
|
apt-get install -qqy curl ca-certificates && \
|
||||||
|
cd /usr/local/bin && curl -L https://github.com/wal-g/wal-g/releases/download/v0.2.2/wal-g.linux-amd64.tar.gz | tar xzf -
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
FROM postgres:9.6
|
||||||
|
|
||||||
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
|
apt-get update && \
|
||||||
|
apt-get install -qqy curl ca-certificates && \
|
||||||
|
cd /usr/local/bin && curl -L https://github.com/wal-g/wal-g/releases/download/v0.2.2/wal-g.linux-amd64.tar.gz | tar xzf -
|
||||||
|
|
||||||
Reference in New Issue
Block a user