Sign inSign up

hiddeco/postgres:travis-20

Manifest digest

sha256:b4a4cdc15dd7da2ac7b3d3e9da869ad0c59a3955ed8061ea3fd099118d59503c

OS/ARCH

linux/amd64

Compressed size

96.88 MB

Last pushed

almost 10 years by hiddeco

Type

Image

Manifest digest

sha256:b4a4cdc15dd7da2ac7b3d3e9da869ad0c59a3955ed8061ea3fd099118d59503c

Image Layers

1ADD file ... in / 48.98 MB
2CMD ["/bin/bash"]0 B
3/bin/sh -c groupadd -r postgres2 KB
4ENV GOSU_VERSION=1.70 B
5/bin/sh -c set -x &&1.16 MB
6/bin/sh -c apt-get update &&6.55 MB
7ENV LANG=en_US.utf80 B
8/bin/sh -c mkdir /docker-entrypoint-initdb.d114 B
9/bin/sh -c apt-key adv --keyserver3.33 KB
10ENV PG_MAJOR=9.60 B
11ENV PG_VERSION=9.6.1-1.pgdg80+10 B
12/bin/sh -c echo 'deb http://apt.postgresql.org/pub/repos/apt/226 B
13/bin/sh -c apt-get update &&40.19 MB
14/bin/sh -c mv -v /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample6.98 KB
15/bin/sh -c mkdir -p /var/run/postgresql132 B
16ENV PATH=/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
17ENV PGDATA=/var/lib/postgresql/data0 B
18VOLUME [/var/lib/postgresql/data]0 B
19COPY file:efecaa19cd3c39d8361a64a87004058b980e4335449a69679abda593d1b239c0 in / 1.49 KB
20ENTRYPOINT ["/docker-entrypoint.sh"]0 B
21EXPOSE 5432/tcp0 B
22CMD ["postgres"]0 B
23MAINTAINER Hidde Beydals <[email protected]>0 B

Command

ADD file:41ea5187c50116884c38d9ec51d920d79cfaeb2a61c52e07a97f457419a10a4f in /