sha256:c4d21161f9e69e3188916556e5fef7c85ca0b6677063af05d6d28342d8bcbedf
OS/ARCH
Compressed size
421.33 MB
Last pushed
about 2 months by arlake228
Type
Image
Manifest digest
sha256:97fa4308b9ad76838e47e1fb83cb1e229e172600710973812052af80391fd642
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 26.34 MB5CMD ["/bin/bash"]0 B6ENV container=docker0 B7ENV LC_ALL=C0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update64.54 MB10ENV PG_VERSION=14 PG_USER=postgres0 B11ENV PG_HOME=/etc/postgresql/14/main PG_BINDIR=/usr/lib/postgresql/14/bin PGDATA=/var/lib/postgresql/14/main0 B12RUN /bin/sh -c apt-get update120.39 MB13RUN /bin/sh -c su -4.98 MB14COPY --chown=postgres:postgres postgresql/postgresql.conf /etc/postgresql/14/main/postgresql.conf #8.7 KB15COPY --chown=postgres:postgres postgresql/pg_hba.conf /etc/postgresql/14/main/pg_hba.conf #2.11 KB16RUN /bin/sh -c su -755 B17COPY rsyslog/rsyslog /etc/init.d/rsyslog # buildkit1.35 KB18COPY rsyslog/rsyslog.conf /etc/rsyslog.conf # buildkit1.66 KB19COPY rsyslog/listen.conf /etc/rsyslog.d/listen.conf # buildkit241 B20COPY rsyslog/python-pscheduler.conf /etc/rsyslog.d/python-pscheduler.conf # buildkit226 B21COPY rsyslog/owamp-syslog.conf /etc/rsyslog.d/owamp-syslog.conf # buildkit220 B22RUN /bin/sh -c curl -o89.51 KB23RUN /bin/sh -c apt-get update204.98 MB24RUN /bin/sh -c mkdir -p32 B25ADD supervisord.conf /etc/supervisord.conf # buildkit886 B26EXPOSE [123/udp 18760/tcp 18761/tcp 18762/tcp0 B27VOLUME [/var/run /var/lib/pgsql /var/log /etc/rsyslog.d]0 B28CMD ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]0 BCommand
ARG RELEASE