Sign inSign up

zulip/zulip-postgresql:10

Multi-platform
Manifest digest

sha256:a78d3a6d95191f5cf90d68c70167c8e27a75cba309b5ded4efffce6fcfe0e084

OS/ARCH

Compressed size

35.25 MB

Last pushed

about 5 years by anderskaseorg

Type

Image

Manifest digest

sha256:a78d3a6d95191f5cf90d68c70167c8e27a75cba309b5ded4efffce6fcfe0e084

Image Layers

1ADD file ... in / 2.68 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.63 MB
10/bin/sh -c set -eux; cp7.55 KB
11/bin/sh -c mkdir -p /var/run/postgresql160 B
12ENV PGDATA=/var/lib/postgresql/data0 B
13/bin/sh -c mkdir -p "$PGDATA"193 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.sh120 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.82 KB
22COPY /usr/lib/liblz4.so.1 /usr/lib/ # buildkit97.16 KB
23COPY /usr/lib/libzstd.so.1 /usr/lib/ # buildkit403.73 KB
24COPY /usr/local/lib/libgroonga.so.0 /usr/local/lib/ # buildkit6.22 MB
25COPY /usr/local/lib/groonga/ /usr/local/lib/groonga/ # buildkit332.65 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/157.94 KB
27COPY /usr/local/share/postgresql/extension/pgroonga* /usr/local/share/postgresql/extension/ # buildkit13.35 KB
28RUN /bin/sh -c apk add722.99 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:f278386b0cef68136129f5f58c52445590a417b624d62bca158d4dc926c340df in /