sha256:ebdec39ff8a923189b62bfa7db0f9235befc27136c013876bb017285ec335a11
OS/ARCH
Compressed size
39.59 MB
Last pushed
2 days by sebthom
Type
Image
Manifest digest
sha256:5411348f91b5cf6652413309224d4808482c05ea9849103337a4dcdfa0e8df55
Image Layers
1# debian.sh --arch 'armhf' out/25.03 MB2ARG DEBIAN_FRONTEND=noninteractive0 B3ARG LC_ALL=C0 B4SHELL [/bin/bash -euo pipefail -c]0 B5ARG INSTALL_SUPPORT_TOOLS=00 B6ARG BASE_LAYER_CACHE_KEY=202609230 B7RUN |4 DEBIAN_FRONTEND=noninteractive LC_ALL=C INSTALL_SUPPORT_TOOLS=014.51 MB8ARG OCI_authors=Vegard IT GmbH (vegardit.com)0 B9ARG OCI_title=vegardit/openldap0 B10ARG OCI_description=Opinionated docker image built0 B11ARG OCI_source=https://github.com/vegardit/docker-openldap0 B12ARG OCI_revision=8331dc40 B13ARG OCI_version=8331dc40 B14ARG OCI_created=2026-09-23T19:57:00Z0 B15ARG GIT_BRANCH=main0 B16ARG GIT_COMMIT_DATE=2026-09-02 21:01:37 UTC0 B17LABEL org.opencontainers.image.title=vegardit/openldap org.opencontainers.image.description=Opinionated docker image0 B18LABEL maintainer=Vegard IT GmbH (vegardit.com)0 B19ENV INIT_SH_FILE= LDAP_INIT_ORG_DN=DC=example,DC=com LDAP_INIT_ORG_NAME=Example Corporation0 B20RUN |13 DEBIAN_FRONTEND=noninteractive LC_ALL=C INSTALL_SUPPORT_TOOLS=0268 B21COPY image/ldifs /opt/ldifs # buildkit6.83 KB22COPY image/backup.sh /opt/backup.sh # buildkit7.24 KB23COPY image/config-migration.sh /opt/config-migration.sh # buildkit4.44 KB24COPY image/ppm.sh /opt/ppm.sh # buildkit11.07 KB25COPY image/tls.sh /opt/tls.sh # buildkit8.75 KB26COPY image/run.sh /opt/run.sh # buildkit11.96 KB27COPY .shared/lib/bash-init.sh /opt/bash-init.sh # buildkit2.8 KB28VOLUME [/etc/ldap/slapd.d /var/lib/ldap]0 B29EXPOSE [389/tcp 636/tcp]0 B30ENTRYPOINT ["/usr/bin/tini" "--"]0 B31CMD ["/bin/bash" "/opt/run.sh"]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1789689600'