2019-09-29 13:34:12 UTC
110 MB
en_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:695ddc5be713962e3920676a3e2877990b802c025b0b2765f57ff08ff0a7d861 - 22.34% (24.7 MB)
[#001] sha256:8c216a02c36e6b68d9c6befb486c80d05be0f49f756c8c4f7c235d0ea68b144d - 1.49% (1.64 MB)
[#002] sha256:1a1027aafb7ac3597f126f452686f2d19bd3c40e8022bd0247c29f9e50ce6966 - 0.02% (23.9 KB)
[#003] sha256:8f7a381d4cde3f2f07b8e40f90219908d552507ad7a28d74aba63047bce90832 - 21.21% (23.4 MB)
[#004] sha256:98af0f526f2ef91dcca4d084979e393804a940d956a05f2d1d0b713798bee00d - 0.0% (1.72 KB)
[#005] sha256:14e7250b7b60020bbd86addcbeac5b2919e77c259686c63aedae7ac563289674 - 0.0% (287 Bytes)
[#006] sha256:70fa8836aef0c69dfa85bd942c3765b735af4bcf6d895194105be193400bd5b7 - 40.8% (45 MB)
[#007] sha256:89373a05233d3d0ebf76e8b22dbcdfb2f0ee9aca295c387ea0c125e2803af34a - 0.02% (25.4 KB)
[#008] sha256:29540c6d26c97e52e1caffdcfbbf5771060629dd978784cbcc3b3f417aa4fd33 - 0.0% (292 Bytes)
[#009] sha256:7692556ad708795141b09559509303eed43cfcdb9a5941a21231eb6ee1c470f8 - 0.0% (1.63 KB)
[#010] sha256:ea890b4b1b9facde5ca9b90300ad722ee14a6391994551ad7bcffd5ddc096d50 - 14.12% (15.6 MB)
[#011] sha256:ba7119e7a13d6e16296b00fccbf2c8520b718e84d7a4ede690a810982316f5fd - 0.0% (1.38 KB)
[#012] sha256:d44bcc55133d4e14dff39bf683067e0148f02d958684beb2a67c1d97f2b97c13 - 0.0% (1.29 KB)
[#013] sha256:e75e4cab38fb74b2d3ef8e76228b8b20419d053e12ecb2509e33a36d4bc9c540 - 0.0% (382 Bytes)
/bin/sh -c #(nop) ADD file:f2c1f59f0d538112f80a85591ffb8572962400e105c4478c8e03b1d3ad590ac7 in /
2019-08-14 00:41:04 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-10 17:31:15 UTC/bin/sh -c #(nop) COPY file:caa05b52c77c93ad326acecdb49a38b5fc464e731683be232965248458f5d03b in /usr/bin/
2019-09-10 17:31:15 UTC/bin/sh -c #(nop) COPY dir:fa6ee1753d64ef930ff451f04dd3663d3c346e7b6b3c141492077558c0a1205b in /container
2019-09-10 17:34:32 UTC/bin/sh -c /container/build.sh
2019-09-10 17:34:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2019-09-10 17:34:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/container/tool/run"]
2019-09-29 13:04:30 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_GID
2019-09-29 13:04:30 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_UID
2019-09-29 13:04:31 UTC/bin/sh -c if [ -z "${LDAP_OPENLDAP_GID}" ]; then groupadd -r openldap; else groupadd -r -g ${LDAP_OPENLDAP_GID} openldap; fi && if [ -z "${LDAP_OPENLDAP_UID}" ]; then useradd -r -g openldap openldap; else useradd -r -g openldap -u ${LDAP_OPENLDAP_UID} openldap; fi
2019-09-29 13:04:32 UTC/bin/sh -c echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list
2019-09-29 13:07:30 UTC/bin/sh -c echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && apt-get -y update && /container/tool/add-service-available :ssl-tools && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get -t buster-backports install -y --no-install-recommends ca-certificates curl ldap-utils libsasl2-modules libsasl2-modules-db libsasl2-modules-gssapi-mit libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql openssl slapd krb5-kdc-ldap && apt-get remove -y --purge --auto-remove curl ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2019-09-29 13:07:31 UTC/bin/sh -c #(nop) ADD dir:8ff94eae87ce5b6604dca692d9d8be78ff7755469f13e290c55d253ae3f8f838 in /container/service
2019-09-29 13:07:32 UTC/bin/sh -c /container/tool/install-service
2019-09-29 13:07:32 UTC/bin/sh -c #(nop) ADD dir:f0c8b73176499b35f7ac09c1dc1b693296de564c058b05dbe0a92b0df83f1dc5 in /container/environment/99-default
2019-09-29 13:07:32 UTC/bin/sh -c #(nop) EXPOSE 389 636
2019-09-29 13:34:10 UTC/bin/sh -c apt-get -y update && /container/tool/add-multiple-process-stack && apt-get install -y awscli && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2019-09-29 13:34:10 UTC/bin/sh -c #(nop) ADD dir:2e114122d53695c830f5cf76231563ccec2a5a8c0d675686f999cb4ff129eb02 in /container/service
2019-09-29 13:34:11 UTC/bin/sh -c /container/tool/install-service
2019-09-29 13:34:12 UTC/bin/sh -c #(nop) ADD dir:7036e05b990bb5b2b60d4fc52d45123ce50340ad495c755fea002eb234f01e7b in /container/environment/98-default
2019-09-29 13:34:12 UTC/bin/sh -c #(nop) VOLUME [/data/backup]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.