Block a user
exam-information-system (sha-7aa6133)
Installation
docker pull git.biss.click/biss/exam-information-system:sha-7aa6133sha256:fa059fb633be62e337f50935f8895b609091ec9234f66e0d690c57d9907d7fce
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c3de996da0 | linux/amd64 | 181 MiB |
| 56f7c71f7a | linux/arm64 | 177 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=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 |
| RUN /bin/sh -c apt-get update && apt-get install --yes --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY --chown=1654:1654 /app/web /app/web # buildkit |
| COPY --chown=1654:1654 /app/tools /app/tools # buildkit |
| RUN /bin/sh -c mkdir -p /app/data && chown -R $APP_UID:$APP_UID /app/data # buildkit |
| ENV ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_URLS=http://0.0.0.0:4173 DATABASE_CLIENT=sqlite SQLITE_PATH=/app/data/exam.sqlite |
| EXPOSE [4173/tcp] |
| VOLUME [/app/data] |
| USER 1654 |
| WORKDIR /app/web |
| HEALTHCHECK {Test:[CMD curl --fail --silent --show-error http://127.0.0.1:4173/health/live] Interval:30s Timeout:5s StartPeriod:20s StartInterval:0s Retries:3} |
| ENTRYPOINT ["dotnet" "Eis.Web.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-24T02:22:45.181Z |
| org.opencontainers.image.description | 是 https://git.biss.click/biss/Exam-Information-System 的asp.net core迁移版 |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 7aa61330051bceb2788fe41d6f38dd6f04427fe2 |
| org.opencontainers.image.source | https://git.biss.click/biss/EIS-dotnet |
| org.opencontainers.image.title | EIS-dotnet |
| org.opencontainers.image.url | https://git.biss.click/biss/EIS-dotnet |
| org.opencontainers.image.version | 1.0.0 |
Details
Versions (15)
View all