full-r (3.57.0)

Published 2024-06-05 09:32:12 +10:00 by lersbuild

Installation

docker pull sc.lers.ru/lers/full-r:3.57.0
sha256:9e1dd0c19c1d1d94b5cff87d62e5ed35f858659fdf25b324afa673f78ba37003

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu70 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.6
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.6
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
ENV XDG_DATA_HOME=/var/
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
2024-06-05 09:32:12 +10:00
0
OCI / Docker
linux/amd64
290 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