| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:34dc4f3ab7a694ecde47ff7a610be18591834c45f1d7251813267798412604e5 in / |
| CMD ["/bin/bash"] |
| /bin/sh -c echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections |
| /bin/sh -c apt update |
| /bin/sh -c apt install -y apt-utils wget |
| /bin/sh -c apt install -y nfs-kernel-server |
| /bin/sh -c wget --no-check-certificate "https://dlfserver.liacs.nl/repo/pool/noble/dlf-package-tools.deb" |
| /bin/sh -c apt install -y ./dlf-package-tools.deb |
| /bin/sh -c apt install -y libnss-ldap libpam-ldap ldap-utils nscd libpam-runtime |
| /bin/sh -c apt install -y quota perl libnet-ldap-perl libio-socket-ssl-perl |
| COPY file:1498fbb4ce654aa2aac5c5736abbe95390e6693e20fab499f70825c9eb922913 in /etc/exports |
| COPY file:8e6697b12da1787df8bc6b89bf1bca4c65cd2863d46236cb915802a015d72f86 in /usr/local/bin |
| /bin/sh -c chmod 777 /usr/local/bin/entrypoint.sh |
| COPY file:6415e0682538b8a51ac56904dc3297ef55cda2de0f309fba318c9c2ad7ddcce4 in /etc/ldap.conf |
| /bin/sh -c chmod 777 /etc/ldap.conf |
| COPY file:a57c260133a2cac08f19f13dcba4c3da85b6445d4363f7bb36f454787d67fbd6 in /etc/nscd.conf |
| /bin/sh -c chmod 777 /etc/nscd.conf |
| COPY file:f4c5a6db0f791e43ab4eb08b2952a83988856609f61f6a642a02910109050f88 in /usr/share/pam-configs/ |
| /bin/sh -c chmod 777 /usr/share/pam-configs/dlf-ldap-config |
| COPY file:529fc0197b1361da11038a0861d54b5d08e961cf7253e7953446f6bb6b2f6f1f in ldap_init.sh |
| /bin/sh -c chmod 777 ldap_init.sh |
| /bin/sh -c ./ldap_init.sh |
| /bin/sh -c rm ldap_init.sh |
| COPY file:8c8964f1de08172ed16c8fcfa90c58223d22b39216cfc5ff3e9fea4a53f0988f in /etc/warnquota.conf |
| COPY file:8320e0dc0c2cc07b4c5cc6624bed5043f56b4ecd1fae6a216a6a6ed76168fce3 in /usr/bin/quotasync-timer |
| /bin/sh -c chmod 700 /etc/warnquota.conf |
| /bin/sh -c chmod 700 /usr/bin/quotasync-timer |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |