• Joined on 2023-02-03

theresa3rd-bot (latest)

Published 2023-12-08 07:44:49 +00:00 by mol in mol/theresa3rd-bot

Installation

docker pull git.liliyamol.cn/mol/theresa3rd-bot:latest
sha256:f338f72d4f1d02a8d1f37d70ed963a637c09eedc7d557d15f35c69388c26b1a9

Image Layers

ADD file:d261a6f6921593f1e0b3f472ab1b1822e2c6deb0b369200f0b3370556bfad017 in /
CMD ["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 libicu72 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.0
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.0
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
EXPOSE 80
WORKDIR /app
COPY dir:b26db0a5e1cbcc3b14f7661a9e3c07ba9c666a11596f8c95f1713c4002b5c414 in /app
/bin/sh -c ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
/bin/sh -c echo 'Asia/Shanghai' >/etc/timezone
ENV DOTNET_RUNNING_IN_CONTAINER=true
CMD ["/bin/sh" "-c" "dotnet TheresaBot.MiraiHttpApi.dll --launch-profile Production --urls http://0.0.0.0:80"]
LABEL org.opencontainers.image.created=2023-12-08T07:44:32Z
LABEL org.opencontainers.image.revision=df8d877fd0489f29b97fdbb8117a8031bf42a7d8
LABEL org.opencontainers.image.source=https://git.liliyamol.cn:8081/mol/theresa3rd-bot.git
LABEL org.opencontainers.image.url=https://git.liliyamol.cn:8081/mol/theresa3rd-bot

Labels

Key Value
org.opencontainers.image.created 2023-12-08T07:44:32Z
org.opencontainers.image.revision df8d877fd0489f29b97fdbb8117a8031bf42a7d8
org.opencontainers.image.source https://git.liliyamol.cn:8081/mol/theresa3rd-bot.git
org.opencontainers.image.url https://git.liliyamol.cn:8081/mol/theresa3rd-bot
Details
Container
2023-12-08 07:44:49 +00:00
10
OCI / Docker
linux/amd64
166 MiB
Versions (1) View all
latest 2023-12-08