2020-06-15 14:47:02 UTC
96.3 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:2dd003996c9ab82cac8112be0a4c04068e666e7a5d0cce3c65fb8f064de284e7 - 22.48% (21.7 MB)
[#001] sha256:d5ee79858d8c963f902b6be4678dd1338897c0936920e6c64fee3c080d91f6a5 - 1.59% (1.53 MB)
[#002] sha256:dc8e7b96e490bbc391ceab4abb2974456d0e1fdc730e9ffd51e812ea7cac7e33 - 0.02% (23.9 KB)
[#003] sha256:9a054716d2c2ef799458895b90205b676d331d0c4a7aaa5e73690e2de70f001b - 20.76% (20 MB)
[#004] sha256:cea317177a2e4d66daa0d1f03fa60d1fbf8bfcbf490c56f1d5c5886053887a96 - 0.0% (1.68 KB)
[#005] sha256:aaf4f368798602028bc0e089539773f4b5456442334cf2164290489f4c84bde9 - 0.0% (283 Bytes)
[#006] sha256:01f01bbe0683867658ecb186f787d242ecefeb48433f5d657f1c925e2e214914 - 39.68% (38.2 MB)
[#007] sha256:4aa4ce2cd88c9a6de4f21ff0d431d19d6a51baf42338637494375ac8e82432db - 0.03% (26.2 KB)
[#008] sha256:b1cbdb37e744bc2dabcab8fc441f66c8e27d16122a20273032c27a8a98514200 - 0.0% (292 Bytes)
[#009] sha256:be613ff51ca788d894c890870c1f9949dac10e4f1cd8144e53dff582a41f0e39 - 0.0% (1.74 KB)
[#010] sha256:5bda3a4af36b3d77e979a1f455713d7a14005801e8c04953287a94a537e8c20a - 15.43% (14.9 MB)
[#011] sha256:6be7bf47b820037645bda93ab311150b9fec5eab85bf04987edb54f66ab98989 - 0.0% (1.42 KB)
[#012] sha256:96540e0d6b215ed8ac4d45073eec9b948f66958fc203db23334e8dfebcc72595 - 0.0% (1.3 KB)
[#013] sha256:cdae4d068a85b7650a5544aac0d1734b007f3b2241a24d2c6cdbac3ad7d25e68 - 0.0% (410 Bytes)
/bin/sh -c #(nop) ADD file:a35ca31d2a743d6a1738b1652f4f06c789abbca314d120f0e7e748311ac09ed2 in /
2020-06-09 01:01:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-06-15 13:57:36 UTC/bin/sh -c #(nop) COPY file:da9e1cb4fafc9a0328e5932ef7c647e88d20d5f6bc28e2984e9281c9e7c9a496 in /usr/bin/
2020-06-15 13:57:37 UTC/bin/sh -c #(nop) COPY dir:79711b51dbfc9264c8b691168753a4d1587b0713649578cf5821bed3324670dc in /container
2020-06-15 13:59:50 UTC/bin/sh -c /container/build.sh
2020-06-15 13:59:51 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2020-06-15 13:59:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["/container/tool/run"]
2020-06-15 14:25:58 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_GID
2020-06-15 14:25:58 UTC/bin/sh -c #(nop) ARG LDAP_OPENLDAP_UID
2020-06-15 14:26:00 UTC/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
2020-06-15 14:26:01 UTC/bin/sh -c echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list
2020-06-15 14:28:38 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 slapd-contrib krb5-kdc-ldap && 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/*
2020-06-15 14:28:38 UTC/bin/sh -c #(nop) ADD dir:77d50fdb627c53ca0d758e3744c0c531e8282088d82cb643f61b14913e5776c2 in /container/service
2020-06-15 14:28:40 UTC/bin/sh -c /container/tool/install-service
2020-06-15 14:28:40 UTC/bin/sh -c #(nop) ADD dir:013829fcf7366b3ddab69eda0e8f675cd7f177aae9634bcea09b7cebc3e398c7 in /container/environment/99-default
2020-06-15 14:28:40 UTC/bin/sh -c #(nop) EXPOSE 389 636
2020-06-15 14:46:59 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/*
2020-06-15 14:47:00 UTC/bin/sh -c #(nop) ADD dir:81c4c75a6b894c8853666a02e2c7161a2d5691eb278dd07c4f990d5fe40519e9 in /container/service
2020-06-15 14:47:02 UTC/bin/sh -c /container/tool/install-service
2020-06-15 14:47:02 UTC/bin/sh -c #(nop) ADD dir:7036e05b990bb5b2b60d4fc52d45123ce50340ad495c755fea002eb234f01e7b in /container/environment/98-default
2020-06-15 14:47:02 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.