sha256:9d809096b9b493985ec06b630868eba35bba13552af0c82b92577d49af770a8a
OS/ARCH
Compressed size
411.42 MB
Last pushed
over 1 year by arlake228
Type
Image
Manifest digest
sha256:7c8a0d52204485092f37e7a62b4362c08ccc4372e5b215fc7df4e7681e259ad0
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 26.09 MB6CMD ["/bin/bash"]0 B7ENV container=docker0 B8ENV LC_ALL=C0 B9ENV DEBIAN_FRONTEND=noninteractive0 B10RUN /bin/sh -c apt-get update64.39 MB11ENV PG_VERSION=14 PG_USER=postgres0 B12ENV PG_HOME=/etc/postgresql/14/main PG_BINDIR=/usr/lib/postgresql/14/bin PGDATA=/var/lib/postgresql/14/main0 B13RUN /bin/sh -c apt-get update108.63 MB14RUN /bin/sh -c su -4.98 MB15COPY --chown=postgres:postgres postgresql/postgresql.conf /etc/postgresql/14/main/postgresql.conf #8.71 KB16COPY --chown=postgres:postgres postgresql/pg_hba.conf /etc/postgresql/14/main/pg_hba.conf #2.11 KB17RUN /bin/sh -c su -766 B18COPY rsyslog/rsyslog /etc/init.d/rsyslog # buildkit1.35 KB19COPY rsyslog/rsyslog.conf /etc/rsyslog.conf # buildkit1.66 KB20COPY rsyslog/listen.conf /etc/rsyslog.d/listen.conf # buildkit241 B21COPY rsyslog/python-pscheduler.conf /etc/rsyslog.d/python-pscheduler.conf # buildkit229 B22COPY rsyslog/owamp-syslog.conf /etc/rsyslog.d/owamp-syslog.conf # buildkit224 B23RUN /bin/sh -c curl -o87.63 KB24RUN /bin/sh -c apt-get update207.23 MB25RUN /bin/sh -c mkdir -p32 B26ADD supervisord.conf /etc/supervisord.conf # buildkit701 B27EXPOSE map[123/udp:{} 18760/tcp:{} 18760/udp:{} 18761/tcp:{}0 B28VOLUME [/var/run /var/lib/pgsql /var/log /etc/rsyslog.d]0 B29CMD ["/bin/sh" "-c" "/usr/bin/supervisord -c0 BCommand
ARG RELEASE