Sign inSign up

nitnelave/lldap:2026-07-19-debian-rootless

Multi-platform
Index digest

sha256:7543cc613a362d0af4862a506cf91363b42a6f24eb732ad4eb0c5c2e11954b7b

OS/ARCH

Compressed size

50.5 MB

Last pushed

2 months by nitnelave

Type

Image

Manifest digest

sha256:59b5237537b23c79fd8702c95b0aede19742fba25c8228eb2eef763819797bb2

Image Layers

1# debian.sh --arch 'amd64' out/28.86 MB
2ENV UID=10000 B
3ENV GID=10000 B
4ENV USER=lldap0 B
5RUN /bin/sh -c apt update3.03 MB
6COPY --chown=lldap:lldap /lldap /app #18.61 MB
7COPY --chown=lldap:lldap /docker-entrypoint.sh /docker-entrypoint.sh #557 B
8VOLUME [/data]0 B
9WORKDIR /app32 B
10COPY scripts/bootstrap.sh ./ # buildkit5.3 KB
11ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]0 B
12CMD ["run" "--config-file" "/data/lldap_config.toml"]0 B
13HEALTHCHECK {Test:[CMD /app/lldap healthcheck --config-file0 B
14COPY --chown=lldap:lldap docker-entrypoint-rootless.sh /docker-entrypoint.sh #427 B
15USER lldap0 B

Command

# debian.sh --arch 'amd64' out/ 'bullseye' '@1783900800'