Namespace
osixia
Image / Tag
openldap-backup:stable-arm64v8
Content Digest
sha256:19ca2890338f7ee38c207140baefdc9568fa3d2f04952c24ef88d3781b7604d1
Details
Created

2021-02-19 14:41:24 UTC

Size

102 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:83c5cfdaa5385ea6fc4d31e724fd4dc5d74de847a7bdd968555b8f2c558dac0e - 24.1% (24.7 MB)

[#001] sha256:b7185bbc69c926924a9e0b30592072366a7d3600a4b4cd062144337fcbf92634 - 2.4% (2.45 MB)

[#002] sha256:5aad93bf369af9da2de601b896db4cebf6c9a0d3dd6099f91ffe09512337c60c - 0.02% (24.1 KB)

[#003] sha256:3908fcbd6300ab418337d57e0acbb191b17f5e9ce425067f57283e11d582a7f0 - 21.11% (21.6 MB)

[#004] sha256:7676ff7984d083fcaedd5b6f536c6ba67582b6ceab9671567ca4983dd21e605d - 0.0% (1.69 KB)

[#005] sha256:2f7001c31b876b2e456aca088a544b1574bdac58a02f2c416f9840b0a307f6f6 - 0.0% (284 Bytes)

[#006] sha256:18a5e34df29f31bf7309d65f0eba792c7a817e85e082c0fffbe5e135da491ec9 - 37.07% (37.9 MB)

[#007] sha256:38f7085657dc0e216b72362ea888a2ef6bea2ccc332d18d58e09102f9d670d64 - 0.02% (19.8 KB)

[#008] sha256:71e5a5d58d33c2882647ba194673a52436ad4238e6a964b66054be1649b1369d - 0.0% (288 Bytes)

[#009] sha256:595911168ac0576b9d167435d15e6cb6de9f4334575f5f911ebd72c8f50d645d - 0.0% (1.77 KB)

[#010] sha256:73f1fd9230fddabf4b68fd7c100195fc237bb845b95200354940a1e94ac242ec - 15.27% (15.6 MB)

[#011] sha256:83905e0c638feb980541e338178bffa0a67038b6f638e9cc5fb345e1978f7f43 - 0.0% (1.42 KB)

[#012] sha256:b4ae45851a0cea08185d033b260524aa8fc12e16836963c0ff320a17a2ede1ae - 0.0% (1.3 KB)

[#013] sha256:c06ccf3500f9d574d5cca8803e8216cd4dad07a304be65f962f1db434a920179 - 0.0% (411 Bytes)


History
2021-02-09 02:41:10 UTC

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

2021-02-09 02:41:13 UTC

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

2021-02-18 13:16:24 UTC

/bin/sh -c #(nop) COPY file:c2df1ab0aa56fd5767a9867628075feccb30f046dfb9888098a498d2b7df95b7 in /usr/bin/

2021-02-18 13:16:24 UTC

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

2021-02-18 13:18:22 UTC

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

2021-02-18 13:18:22 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:18:22 UTC

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

2021-02-19 13:00:54 UTC

/bin/sh -c #(nop) ARG OPENLDAP_PACKAGE_VERSION=2.4.57

2021-02-19 13:00:54 UTC

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

2021-02-19 13:00:54 UTC

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

2021-02-19 13:00:55 UTC

|1 OPENLDAP_PACKAGE_VERSION=2.4.57 /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 13:00:56 UTC

|1 OPENLDAP_PACKAGE_VERSION=2.4.57 /bin/sh -c echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list

2021-02-19 13:02:52 UTC

|1 OPENLDAP_PACKAGE_VERSION=2.4.57 /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 && 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 13:02:53 UTC

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

2021-02-19 13:02:54 UTC

|1 OPENLDAP_PACKAGE_VERSION=2.4.57 /bin/sh -c /container/tool/install-service

2021-02-19 13:02:54 UTC

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

2021-02-19 13:02:54 UTC

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

2021-02-19 14:41:22 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:41:22 UTC

/bin/sh -c #(nop) ADD dir:99160854e574983f314caa6afd6db1c86a6831d01993439b74f27daf81bf3924 in /container/service

2021-02-19 14:41:24 UTC

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

2021-02-19 14:41:24 UTC

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

2021-02-19 14:41:24 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