sha256:c4d21161f9e69e3188916556e5fef7c85ca0b6677063af05d6d28342d8bcbedf
OS/ARCH
Compressed size
433.28 MB
Last pushed
about 2 months by arlake228
Type
Image
Manifest digest
sha256:1c2b420572ceebaa559be23549bfc56b222a3953e97712bd0081d5c93a805458
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV container=docker0 B7ENV LC_ALL=C0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update65.22 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 update122.5 MB13RUN /bin/sh -c su -4.98 MB14COPY --chown=postgres:postgres postgresql/postgresql.conf /etc/postgresql/14/main/postgresql.conf #8.71 KB15COPY --chown=postgres:postgres postgresql/pg_hba.conf /etc/postgresql/14/main/pg_hba.conf #2.11 KB16RUN /bin/sh -c su -758 B17COPY rsyslog/rsyslog /etc/init.d/rsyslog # buildkit1.35 KB18COPY rsyslog/rsyslog.conf /etc/rsyslog.conf # buildkit1.67 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 # buildkit219 B22RUN /bin/sh -c curl -o90.06 KB23RUN /bin/sh -c apt-get update212.12 MB24RUN /bin/sh -c mkdir -p32 B25ADD supervisord.conf /etc/supervisord.conf # buildkit885 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