sharp-chat (latest)

Published 2025-09-20 22:03:43 +00:00 by flash in flashii/sharp-chat

Installation

docker pull patchii.net/flashii/sharp-chat:latest
sha256:e8c4feb77828940749d71f1d2822e584c6503dedceff5db17d0ed2578bc62f9d

About this package

SharpChat

Image layers

ADD alpine-minirootfs-3.21.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates-bundle libgcc libssl3 libstdc++ # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=9.0.9
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
WORKDIR /app
COPY /app/out . # buildkit
EXPOSE &{[{{12 0} {12 0}}] 0xc000f96ec0}
ENTRYPOINT ["dotnet" "SharpChat.dll"]
LABEL org.opencontainers.image.source=https://patchii.net/flashii/sharp-chat
LABEL org.opencontainers.image.description=SharpChat
LABEL org.opencontainers.image.licenses=MIT

Labels

Key Value
org.opencontainers.image.description SharpChat
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://patchii.net/flashii/sharp-chat
Details
Container
2025-09-20 22:03:43 +00:00
0
OCI / Docker
linux/amd64
MIT
42 MiB
Versions (1) View all
latest 2025-09-20