2021-02-19 14:38:56 UTC
103 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:45b42c59be334ecda0daaa139b2f7d310e45c564c5f12263b1b8e68ec9e810ed - 25.06% (25.8 MB)
[#001] sha256:ae7fb8f597301ad24f2464aee7affdbe38d6616081e523c66b4ecadcd2ab74e4 - 0.02% (24 KB)
[#002] sha256:55443d9da5d594604b816f8685188d8091e1fe970c235f8624c7e2ada8654d34 - 21.44% (22.1 MB)
[#003] sha256:062b29194b6ed70ae0c10be786efaa5e10769ec0e2b5aa3839b1e01a18dd5967 - 0.0% (1.69 KB)
[#004] sha256:613ba832a7d4c6e28b30f0145bd7d96118d8156d3ce95c42579cd166ae70eba0 - 0.0% (283 Bytes)
[#005] sha256:48562e0b854dc87b0d1aa5a8a9a529f95917d6f1639dbda4e5e66e1b3a782df8 - 38.24% (39.4 MB)
[#006] sha256:3731e12f1fa4f1dd6b52ffd48b7214007e68fd75f50177083a0a5f6a491938d3 - 0.02% (19.8 KB)
[#007] sha256:b1feb401688199f161560df3fef1b540f0c95d3128727b617c96b03af0893f93 - 0.0% (285 Bytes)
[#008] sha256:d2744e887776629157917f5168f72d30f808a064da6e1fbb1f7ccb1d64890506 - 0.0% (1.77 KB)
[#009] sha256:403ae5a01dc04a3e805a263e16923e563ab464563faa49f7788c3ec8f18e65fb - 15.21% (15.7 MB)
[#010] sha256:b3ccb08014be1b82198454000e0053cf04e8ed98dd3396005ef0766788d6cb26 - 0.0% (1.42 KB)
[#011] sha256:b927e50333afc7d159351d420e7e82cada99d71ee696743a07c6c7f970615e94 - 0.0% (1.29 KB)
[#012] sha256:c91bf3fb8bdc22f4048def585d5b14d5aa6c03e621a9fa12ee110d7c43631d97 - 0.0% (408 Bytes)
/bin/sh -c #(nop) ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in /
2021-02-09 02:20:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-02-18 13:12:46 UTC/bin/sh -c #(nop) COPY dir:dc6d069f86edf9c5e519873a618fe72d1c9144bfcfbb0cecacc3fd36129a58d3 in /container
2021-02-18 13:13:03 UTC/bin/sh -c /container/build.sh
2021-02-18 13:13:04 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-02-18 13:13:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/container/tool/run"]
2021-02-19 12:54:36 UTC/bin/sh -c #(nop) ARG OPENLDAP_PACKAGE_VERSION=2.4.57
2021-02-19 12:54:37 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_GID
2021-02-19 12:54:37 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_UID
2021-02-19 12:54:37 UTC/bin/sh -c #(nop) ARG PQCHECKER_VERSION=2.0.0
2021-02-19 12:54:37 UTC/bin/sh -c #(nop) ARG PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1
2021-02-19 12:54:38 UTC|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c if [ -z "${LDAP_OPENLDAP_GID}" ]; then groupadd -g 911 -r openldap; else groupadd -r -g ${LDAP_OPENLDAP_GID} openldap; fi && if [ -z "${LDAP_OPENLDAP_UID}" ]; then useradd -u 911 -r -g openldap openldap; else useradd -r -g openldap -u ${LDAP_OPENLDAP_UID} openldap; fi
2021-02-19 12:54:39 UTC|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list
2021-02-19 12:55:03 UTC|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /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=${OPENLDAP_PACKAGE_VERSION}\* libsasl2-modules libsasl2-modules-db libsasl2-modules-gssapi-mit libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql openssl slapd=${OPENLDAP_PACKAGE_VERSION}\* slapd-contrib=${OPENLDAP_PACKAGE_VERSION}\* krb5-kdc-ldap && curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb && echo "${PQCHECKER_MD5} *pqchecker.deb" | md5sum -c - && dpkg -i pqchecker.deb && rm pqchecker.deb && update-ca-certificates && apt-get remove -y --purge --auto-remove curl ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-02-19 12:55:04 UTC/bin/sh -c #(nop) ADD dir:a5ad29b8ec91afed5a9b0494faa8c077c530490792d5860bcdd4506e7dbef07f in /container/service
2021-02-19 12:55:05 UTC|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c /container/tool/install-service
2021-02-19 12:55:05 UTC/bin/sh -c #(nop) ADD dir:13a6350d75689e17266f28c54056a02852e985a141c8eb8b6cab8cc09b835e49 in /container/environment/99-default
2021-02-19 12:55:05 UTC/bin/sh -c #(nop) EXPOSE 389 636
2021-02-19 14:38:55 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/*
2021-02-19 14:38:55 UTC/bin/sh -c #(nop) ADD dir:99160854e574983f314caa6afd6db1c86a6831d01993439b74f27daf81bf3924 in /container/service
2021-02-19 14:38:56 UTC/bin/sh -c /container/tool/install-service
2021-02-19 14:38:56 UTC/bin/sh -c #(nop) ADD dir:7036e05b990bb5b2b60d4fc52d45123ce50340ad495c755fea002eb234f01e7b in /container/environment/98-default
2021-02-19 14:38:56 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.