full-r (beta)

Published 2023-11-08 20:23:44 +10:00 by lersbuild

Installation

docker pull sc.lers.ru/lers/full-r:beta
sha256:ea32ee7144a3a783f8c68da5757e7452a2015b00b8a2222f72456f6c95ee6e49

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:63d5ab3ef0aab308c0e71cb67292c5467f60deafa9b0418cbb220affcd078444 in /
CMD ["/bin/bash"]
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu70 libssl3 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
ENV DOTNET_VERSION=7.0.13
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=7.0.13
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
RUN /bin/sh -c echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections && apt-get update && apt-get install -y ttf-mscorefonts-installer && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c ln -s /lib/x86_64-linux-gnu/libdl-2.24.so /lib/x86_64-linux-gnu/libdl.so # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev && rm -rf /var/lib/apt/lists/* # buildkit
ENV DISPLAY=:99
RUN /bin/sh -c apt-get update && apt-get -y install tzdata # buildkit
ENV LERS_SERVER_UpdatesDistribution__Enabled=true
ENV LERS_SERVER_InContainer=true
ENV LERS_POLLSERVICE_PollHost__Connection=http://localhost:10000
COPY /usr/LERS /usr/LERS # buildkit
COPY /src/dist /usr/LERS/Server/Frontend # buildkit
COPY Build/Install/linux/docker/install.sh / # buildkit
COPY Build/Install/linux/docker/start-server.sh / # buildkit
RUN /bin/sh -c chmod 555 /install.sh # buildkit
RUN /bin/sh -c chmod 555 /start-server.sh # buildkit
VOLUME [/var/LERS]
VOLUME [/etc/LERS]
EXPOSE map[10000/tcp:{}]
CMD ["/start-server.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2023-11-08 20:23:44 +10:00
3
OCI / Docker
linux/amd64
251 MiB
Versions (6) View all
next 2024-10-15
latest 2024-10-10
3.59 2024-10-10
3.57.0 2024-06-05
3.57 2024-06-05