biss biss
  • Joined on 2026-02-18

academic-affairs-system (1.3.0)

Published 2026-07-27 10:16:31 +08:00 by biss in biss/Academic-Affairs-System

Installation

docker pull git.biss.click/biss/academic-affairs-system:1.3.0
sha256:7efbca2ca9e7678750c8eec660cfa68eb97e0ddee6e8dcf4e82d15eff5eb8e98

Images

Digest OS / Arch Size
2bdb00aa3f linux/amd64 145 MiB
5e66a83bf8 linux/arm64 143 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.5-aarch64.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++ zlib # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.10
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
ENV ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_HTTP_PORTS=8080 DOTNET_EnableDiagnostics=0
EXPOSE [8080/tcp]
COPY /app/publish/ ./ # buildkit
ARG UID=10001
RUN |1 UID=10001 /bin/sh -c apk add --no-cache font-noto-cjk # buildkit
RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" appuser # buildkit
USER appuser
ENTRYPOINT ["dotnet" "Jiaowu.Api.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-07-27T02:12:49.646Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 727a429abf7f1a1b9f6d871ff9c8e33e303de3ab
org.opencontainers.image.source https://git.biss.click/biss/Academic-Affairs-System
org.opencontainers.image.title Academic-Affairs-System
org.opencontainers.image.url https://git.biss.click/biss/Academic-Affairs-System
org.opencontainers.image.version 1.3.0
Details
Container
2026-07-27 10:16:31 +08:00
0
OCI / Docker
Versions (24) View all
buildcache 2026-08-08
sha-87e0b20 2026-08-08
latest 2026-08-08
2.3.0 2026-08-08
2.3 2026-08-08