containers/lsi (sha256:1c816436406ad19581c2a42bda372b44ff0f23712295cdbd3d9c0bcf58c87c90)

Published 2026-01-20 09:39:14 +03:00 by vlkma in vlkma/containers

Installation

docker pull git.vlkma.ru/vlkma/containers/lsi@sha256:1c816436406ad19581c2a42bda372b44ff0f23712295cdbd3d9c0bcf58c87c90
sha256:1c816436406ad19581c2a42bda372b44ff0f23712295cdbd3d9c0bcf58c87c90

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in /
CMD ["/bin/bash"]
ENV PASSWORD=password
ENV WEB_PORT=2463
ENV LSA_PORT=9000
ENV TERM=xterm
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt -y update && apt -y install --no-install-recommends libldap2-dev libgssapi3-heimdal wget && wget -q http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && wget -q http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-common_2.4.49+dfsg-2ubuntu1_all.deb && wget -q http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.4-2_2.4.49+dfsg-2ubuntu1_amd64.deb && dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb && dpkg -i libldap-common_2.4.49+dfsg-2ubuntu1_all.deb && dpkg -i libldap-2.4-2_2.4.49+dfsg-2ubuntu1_amd64.deb && rm -f *.deb && apt -y remove wget && apt -y autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
COPY entrypoint.sh / # buildkit
COPY LsiSASH / # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
COPY /MSM/webgui_rel/LSA_Linux/gcc_11.2.x /MSM/webgui_rel/LSA_Linux/gcc_11.2.x # buildkit
WORKDIR /MSM/webgui_rel/LSA_Linux/gcc_11.2.x
RUN /bin/sh -c dpkg -i LSA_lib_utils2-9.00-1_amd64.deb && chmod +x ./RunDEB.sh && bash install_deb.sh -s $WEB_PORT $LSA_PORT 2 && cp /LsiSASH /etc/init.d/LsiSASH && mkdir -p /usr/local/var/log/ && touch /usr/local/var/log/slpd.log && mv /opt/lsi/LSIStorageAuthority /opt/lsi/backup && cd / && rm -rf /MSM # buildkit
WORKDIR /
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-01-20 09:39:14 +03:00
0
OCI / Docker
linux/amd64
128 MiB
Versions (1) View all
latest 2026-01-20