pldpro-web (staging)
Published 2026-09-08 21:24:43 +00:00 by Erik
Installation
docker pull gitea.pldpro.at/pldpro/pldpro-web:stagingsha256:31f5634c9f47856f6a795ff1baa4f1a8877b398994fce60a033a4fee0fb839d2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 528a5556e1 | linux/amd64 | 2.1 GiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:de4937ce3dfc7c89f05f1503c52434f0a631ac84995f0df65eed0754e5c97d48 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-08 21:24:43 +00:00
Versions (3)
View all
Container
0
OCI / Docker
staging
2026-09-08
8e79da2fb490ccb37d59eb204db5146e41a68b48
2026-09-08
85cf7cf24862096713099cf83e7a1f8be7285c4b
2026-09-08