Namespace
osixia
Image / Tag
openldap-backup:1.3.0-amd64
Content Digest
sha256:b4cd0d008d4ae964509da0e9e3c9c34d6fd7b793ed4ce427e8b1e2a1265a5815
Details
Created

2019-09-29 13:27:47 UTC

Size

113 MB

Content Digest
Environment
LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:1ab2bdfe97783562315f98f94c0769b1897a05f7b0395ca1520ebee08666703b - 22.84% (25.8 MB)

[#001] sha256:0abcaf321aa9c1fba04c32b8b7f57cf79e723746607a91bb9978da84956657ea - 0.02% (23.8 KB)

[#002] sha256:6d688c3d4e02256daf643d88c8026ed115bcb12a3fab72cfbb6d8fceef9f3fed - 21.15% (23.9 MB)

[#003] sha256:e3560bcbb6e783a9c05148076cc3c63a041de80eff997a9e825d7cca4b572816 - 0.0% (1.72 KB)

[#004] sha256:ff7bed76ee887e3dc0e088cf88bf5165a7f6bfb1fa13cd29bdbbe16c9f5bd37f - 0.0% (287 Bytes)

[#005] sha256:c32f0fe69c97972103680af0f542e761b07970ea702881e1e8ea4765c3bc30fc - 42.12% (47.6 MB)

[#006] sha256:ae5e7b954ab8757b64afc3c227d7f883aa1568167a54880a1ea2826ea2165ca4 - 0.02% (25.4 KB)

[#007] sha256:0386ed728a7925738cde637602f35321a0f833aeb7e61cd50c401f016189f6ee - 0.0% (288 Bytes)

[#008] sha256:63ad335042c449b800dd7a289822b35e73836dc452c76eac1683b23702380c9d - 0.0% (1.63 KB)

[#009] sha256:1817456b9b02f44115406fe5b5c7c8c5973ab1664295da5883bf7aafb56196a3 - 13.84% (15.7 MB)

[#010] sha256:758555f1784c27a32b48aa9f6d3035984da867f8d535fcd611835941421f6fad - 0.0% (1.38 KB)

[#011] sha256:3597842685e74a836416f43b1f18b1619c9a40a8c57baeae458c5fd2f445d32e - 0.0% (1.29 KB)

[#012] sha256:5fc8dcfa975accb2daf1b3ff8a4b61157ab2695e2293726f35daa5f00e54270c - 0.0% (381 Bytes)


History
2019-08-14 00:22:12 UTC

/bin/sh -c #(nop) ADD file:330bfb91168adb4a9b1296c70209ed487d4c2705042a916d575f82b61ab16e61 in /

2019-08-14 00:22:12 UTC

/bin/sh -c #(nop) CMD ["bash"]

2019-09-10 17:31:02 UTC

/bin/sh -c #(nop) COPY dir:d4647d561bd4193cc5bc160b8515322ec5e8faf8773215987da84359f5cb3c3f in /container

2019-09-10 17:31:26 UTC

/bin/sh -c /container/build.sh

2019-09-10 17:31:26 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:31:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/container/tool/run"]

2019-09-29 13:01:40 UTC

/bin/sh -c #(nop) ARG LDAP_OPENLDAP_GID

2019-09-29 13:01:40 UTC

/bin/sh -c #(nop) ARG LDAP_OPENLDAP_UID

2019-09-29 13:01:40 UTC

/bin/sh -c #(nop) ARG PQCHECKER_VERSION=2.0.0

2019-09-29 13:01:40 UTC

/bin/sh -c #(nop) ARG PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1

2019-09-29 13:01:41 UTC

|2 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /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:01:42 UTC

|2 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

2019-09-29 13:02:12 UTC

|2 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 libsasl2-modules libsasl2-modules-db libsasl2-modules-gssapi-mit libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql openssl slapd 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 && 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:02:12 UTC

/bin/sh -c #(nop) ADD dir:8ff94eae87ce5b6604dca692d9d8be78ff7755469f13e290c55d253ae3f8f838 in /container/service

2019-09-29 13:02:13 UTC

|2 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c /container/tool/install-service

2019-09-29 13:02:13 UTC

/bin/sh -c #(nop) ADD dir:f0c8b73176499b35f7ac09c1dc1b693296de564c058b05dbe0a92b0df83f1dc5 in /container/environment/99-default

2019-09-29 13:02:13 UTC

/bin/sh -c #(nop) EXPOSE 389 636

2019-09-29 13:27:44 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:27:44 UTC

/bin/sh -c #(nop) ADD dir:2e114122d53695c830f5cf76231563ccec2a5a8c0d675686f999cb4ff129eb02 in /container/service

2019-09-29 13:27:46 UTC

/bin/sh -c /container/tool/install-service

2019-09-29 13:27:47 UTC

/bin/sh -c #(nop) ADD dir:7036e05b990bb5b2b60d4fc52d45123ce50340ad495c755fea002eb234f01e7b in /container/environment/98-default

2019-09-29 13:27:47 UTC

/bin/sh -c #(nop) VOLUME [/data/backup]

Danger Zone
Delete Tag

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.

Delete