kagami-public

lagrange.onebot (edge)

Published 2025-06-20 17:22:06 +08:00 by Passthem

Installation

docker pull gitea.service.jazzwhom.top/kagami-public/lagrange.onebot:edge
sha256:2d4194c13290942261b4c1e42c62dde661baf0f925fae3f7f45ea53fb28155a5

About this package

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'
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 && 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=9.0.5
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
WORKDIR /app/data
COPY /root/out /app/bin # buildkit
COPY Lagrange.OneBot/Resources/docker-entrypoint.sh /app/bin/docker-entrypoint.sh # buildkit
ENV RUNNING_IN_DOCKER=true
RUN /bin/sh -c apt-get update && apt-get -y --no-install-recommends install gosu && chmod +x /app/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/app/bin/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-06-03T12:54:15.634Z
org.opencontainers.image.description An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
org.opencontainers.image.licenses GPL-3.0
org.opencontainers.image.revision 8ba45e452226f30f8728bac83ffbfa5b1135d10b
org.opencontainers.image.source https://github.com/LagrangeDev/Lagrange.Core
org.opencontainers.image.title Lagrange.Core
org.opencontainers.image.url https://github.com/LagrangeDev/Lagrange.Core
org.opencontainers.image.version edge
Details
Container
2025-06-20 17:22:06 +08:00
1
OCI / Docker
linux/amd64
GPL-3.0
101 MiB
Versions (1) View all
edge 2025-06-20