Sign inSign up

zulip/zulip-postgresql:11

Multi-platform
Manifest digest

sha256:6ea0ec9fa27dd9aef039efea7246f5702434eef8652c39a2a852643fc5efff2c

OS/ARCH

Compressed size

83.18 MB

Last pushed

over 4 years by chmrr

Type

Image

Manifest digest

sha256:6ea0ec9fa27dd9aef039efea7246f5702434eef8652c39a2a852643fc5efff2c

Image Layers

1ADD file ... in / 2.69 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.d148 B
6ENV PG_MAJOR=110 B
7ENV PG_VERSION=11.140 B
8ENV PG_SHA256=965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f9990 B
9/bin/sh -c set -eux; wget72.12 MB
10/bin/sh -c set -eux; cp7.8 KB
11/bin/sh -c mkdir -p /var/run/postgresql161 B
12ENV PGDATA=/var/lib/postgresql/data0 B
13/bin/sh -c mkdir -p "$PGDATA"194 B
14VOLUME [/var/lib/postgresql/data]0 B
15COPY file:7bb2d643a5007a2573ce85b55b80b2ddaa7af3a038cba459ffbf2e367376ca53 in /usr/local/bin/ 4.61 KB
16ENTRYPOINT ["docker-entrypoint.sh"]0 B
17STOPSIGNAL SIGINT0 B
18EXPOSE 54320 B
19CMD ["postgres"]0 B
20COPY /usr/lib/libmsgpackc.so.2 /usr/lib/ # buildkit11.88 KB
21COPY /usr/lib/liblz4.so.1 /usr/lib/ # buildkit97.27 KB
22COPY /usr/lib/libzstd.so.1 /usr/lib/ # buildkit467.08 KB
23COPY /usr/local/lib/libgroonga.so.0 /usr/local/lib/ # buildkit6.56 MB
24COPY /usr/local/lib/groonga/ /usr/local/lib/groonga/ # buildkit348.99 KB
25COPY /usr/local/lib/postgresql/pgroonga.so /usr/local/lib/postgresql/pgroonga_check.so /usr/local/lib/postgresql/pgroonga_database.so /usr/local/lib/postgresql/169.98 KB
26COPY /usr/local/share/postgresql/extension/pgroonga* /usr/local/share/postgresql/extension/ # buildkit14.43 KB
27RUN /bin/sh -c apk add726.11 KB
28RUN /bin/sh -c ln -sf271 B
29COPY puppet/zulip/files/postgresql/zulip_english.stop /usr/local/share/postgresql/tsearch_data/zulip_english.stop # buildkit616 B
30COPY scripts/setup/create-db.sql /docker-entrypoint-initdb.d/zulip-create-db.sql # buildkit556 B
31COPY scripts/setup/create-pgroonga.sql /docker-entrypoint-initdb.d/zulip-create-pgroonga.sql # buildkit250 B

Command

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /