• Joined on 2025-09-03

tg_bot_watch (latest)

Published 2025-09-07 20:59:34 +08:00 by liuyu

Installation

docker pull gitea.4nathan.com/liuyu/tg_bot_watch:latest
sha256:61ab0cf0261eaf6c5bdf36c9a56a4d48388eda680d7b40f50e55a107d3df8003

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
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 --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.19
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.19
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /App
COPY /App/out . # buildkit
ENTRYPOINT ["dotnet" "TgBotWatch.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-09-07T12:58:50.820Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision ea05478f3b25dd7e0ccdd168811aea17f076d692
org.opencontainers.image.source https://gitea.4nathan.com/liuyu/tg_bot_watch
org.opencontainers.image.title tg_bot_watch
org.opencontainers.image.url https://gitea.4nathan.com/liuyu/tg_bot_watch
org.opencontainers.image.version latest
Details
Container
2025-09-07 20:59:34 +08:00
11
OCI / Docker
linux/amd64
93 MiB
Versions (1) View all
latest 2025-09-07