Sign inSign up

danieldent/postgres-replication:9.6

Manifest digest

sha256:6223884146a5f910bef91516797cfa8329c9d06d25131ea9217a477ea23f88b5

OS/ARCH

linux/amd64

Compressed size

99.37 MB

Last pushed

over 8 years by danieldent

Type

Image

Manifest digest

sha256:6223884146a5f910bef91516797cfa8329c9d06d25131ea9217a477ea23f88b5

Image Layers

1ADD file ... in / 50.17 MB
2CMD ["bash"]0 B
3/bin/sh -c set -ex; if0 B
4/bin/sh -c groupadd -r postgres2.04 KB
5ENV GOSU_VERSION=1.100 B
6/bin/sh -c set -x &&962.14 KB
7/bin/sh -c apt-get update &&6.78 MB
8ENV LANG=en_US.utf80 B
9/bin/sh -c mkdir /docker-entrypoint-initdb.d115 B
10/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8';4.39 KB
11ENV PG_MAJOR=9.60 B
12ENV PG_VERSION=9.6.8-1.pgdg80+10 B
13/bin/sh -c set -ex; dpkgArch="$(dpkg41.46 MB
14/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"6.94 KB
15/bin/sh -c mkdir -p /var/run/postgresql129 B
16ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/9.6/bin0 B
17ENV PGDATA=/var/lib/postgresql/data0 B
18/bin/sh -c mkdir -p "$PGDATA"171 B
19VOLUME [/var/lib/postgresql/data]0 B
20COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/ 1.77 KB
21/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh121 B
22ENTRYPOINT ["docker-entrypoint.sh"]0 B
23EXPOSE 5432/tcp0 B
24CMD ["postgres"]0 B
25MAINTAINER Daniel Dent (https://www.danieldent.com)0 B
26ENV PG_MAX_WAL_SENDERS=80 B
27ENV PG_WAL_KEEP_SEGMENTS=80 B
28COPY file:ba7d5cc075482178d2d65ca904ef61e46be52ad6dfd243fefbef4777ffc86a6d in /docker-entrypoint-initdb.d/ 497 B
29COPY file:eadf32a15520fae870f54dd00ffa510a55d24e766d34f5e8a599dd1959c01e93 in /docker-entrypoint.sh 1.68 KB
30/bin/sh -c chmod +x /docker-entrypoint-initdb.d/setup-replication.sh1.96 KB

Command

ADD file:bc844c4763367b5f0ac7b9aebf7d43900d98f2aca101b886f185347b24973dbe in /