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 MB2ENV UID=10000 B3ENV GID=10000 B4ENV USER=lldap0 B5RUN /bin/sh -c apt update3.03 MB6COPY --chown=lldap:lldap /lldap /app #18.61 MB7COPY --chown=lldap:lldap /docker-entrypoint.sh /docker-entrypoint.sh #557 B8VOLUME [/data]0 B9WORKDIR /app32 B10COPY scripts/bootstrap.sh ./ # buildkit5.3 KB11ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"]0 B12CMD ["run" "--config-file" "/data/lldap_config.toml"]0 B13HEALTHCHECK {Test:[CMD /app/lldap healthcheck --config-file0 B14COPY --chown=lldap:lldap docker-entrypoint-rootless.sh /docker-entrypoint.sh #427 B15USER lldap0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1783900800'