pldpro-web (staging)
Published 2026-09-06 10:48:38 +00:00 by Erik
Installation
docker pull gitea.dionysis.net/pldpro/pldpro-web:stagingsha256:0d41eb3ff48f61650c9995e981ae5e9ced010f4f9c058eddd988d67d7208aa33
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0e36e1bde1 | linux/amd64 | 2.1 GiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 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.11 |
| 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.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* && useradd --uid 10001 --create-home --shell /usr/sbin/nologin pldpro # buildkit |
| COPY --chown=10001:10001 /app/models/ner ./Services/Documents/Ner/Model # buildkit |
| COPY --chown=10001:10001 /app/models/handwriting ./Services/Documents/Handwriting/Model # buildkit |
| COPY --chown=10001:10001 /app/models/partner-ner ./Services/Metadata/PartnerNer/Model # buildkit |
| COPY --chown=10001:10001 /app/publish . # buildkit |
| RUN /bin/sh -c mkdir -p /app/logs /app/staging-uploads && chown 10001:10001 /app/logs /app/staging-uploads # buildkit |
| USER 10001 |
| ENV ASPNETCORE_URLS=http://+:8080 ASPNETCORE_ENVIRONMENT=Production DOTNET_gcServer=1 |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:8080/health || exit 1"] "15s" "5s" "20s" "0s" '\x05'} |
| ENTRYPOINT ["dotnet" "Pldpro.Web.dll"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | pldpro-ci |
| com.docker.compose.service | web |
| com.docker.compose.version | 5.4.0 |
| org.opencontainers.image.version | 24.04 |
Details
2026-09-06 10:48:38 +00:00
Versions (8)
View all
Container
0
OCI / Docker
staging
2026-09-06
8316d30ce272a78ec02a08cac5d5873fef3740ae
2026-09-06
5ad6c632735b719e746f7b39c37347cd9f6cc4cc
2026-09-06
83b515a87dad2990c1aa051e662a13f6b4ef3814
2026-09-06
072f2fb754f3195641af397eed32518f3ea208f5
2026-09-06