Sign inSign up

zulip/zulip-postgresql:10

Multi-platform
Manifest digest

sha256:bae11aae6ed303e5f90cc6e016835115941912ca75107df2c3678aa8cb2d2bdf

OS/ARCH

Compressed size

35.15 MB

Last pushed

about 5 years by anderskaseorg

Type

Image

Manifest digest

sha256:bae11aae6ed303e5f90cc6e016835115941912ca75107df2c3678aa8cb2d2bdf

Image Layers

1ADD file ... in / 2.58 MB
2CMD ["/bin/sh"]0 B
3/bin/sh -c set -eux; addgroup1.25 KB
4ENV LANG=en_US.utf80 B
5/bin/sh -c mkdir /docker-entrypoint-initdb.d149 B
6ENV PG_MAJOR=100 B
7ENV PG_VERSION=10.170 B
8ENV PG_SHA256=5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c0 B
9/bin/sh -c set -eux; wget24.45 MB
10/bin/sh -c set -eux; cp7.55 KB
11/bin/sh -c mkdir -p /var/run/postgresql163 B
12ENV PGDATA=/var/lib/postgresql/data0 B
13/bin/sh -c mkdir -p "$PGDATA"195 B
14VOLUME [/var/lib/postgresql/data]0 B
15COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/ 4.3 KB
16/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh121 B
17ENTRYPOINT ["docker-entrypoint.sh"]0 B
18STOPSIGNAL SIGINT0 B
19EXPOSE 54320 B
20CMD ["postgres"]0 B
21COPY /usr/lib/libmsgpackc.so.2 /usr/lib/ # buildkit11.7 KB
22COPY /usr/lib/liblz4.so.1 /usr/lib/ # buildkit102 KB
23COPY /usr/lib/libzstd.so.1 /usr/lib/ # buildkit395.11 KB
24COPY /usr/local/lib/libgroonga.so.0 /usr/local/lib/ # buildkit6.42 MB
25COPY /usr/local/lib/groonga/ /usr/local/lib/groonga/ # buildkit324.55 KB
26COPY /usr/local/lib/postgresql/pgroonga.so /usr/local/lib/postgresql/pgroonga_check.so /usr/local/lib/postgresql/pgroonga_database.so /usr/local/lib/postgresql/146.58 KB
27COPY /usr/local/share/postgresql/extension/pgroonga* /usr/local/share/postgresql/extension/ # buildkit13.35 KB
28RUN /bin/sh -c apk add723 KB
29RUN /bin/sh -c ln -sf269 B
30COPY puppet/zulip/files/postgresql/zulip_english.stop /usr/local/share/postgresql/tsearch_data/zulip_english.stop # buildkit613 B
31COPY scripts/setup/create-db.sql /docker-entrypoint-initdb.d/zulip-create-db.sql # buildkit556 B
32COPY scripts/setup/create-pgroonga.sql /docker-entrypoint-initdb.d/zulip-create-pgroonga.sql # buildkit252 B

Command

ADD file:6797caacbfe41bfe44000b39ed017016c6fcc492b3d6557cdaba88536df6c876 in /