Block a user
casereport-backend (9f9ae5047c9013a4678fdce24905f3117b9cc298)
Published 2025-07-10 12:24:23 +01:00 by thecool
Installation
docker pull gitea.014180.xyz/thecool/casereport-backend:9f9ae5047c9013a4678fdce24905f3117b9cc298sha256:379811aa38a540a18b89e9461162dc070e053647a8c913e315b418a72ffe244a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cf8c5f17c9 | linux/amd64 | 581 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600' |
| 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 libicu72 libssl3 libstdc++6 tzdata zlib1g && 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=8.0.18 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=8.0.18 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.412 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c dotnet help # buildkit |
| RUN /bin/sh -c powershell_version=7.4.11 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='0fccce7c3182d6d273c66cb5188f9382e94f06fff7327874c032fc15c23995caecfd43ba0f136ecf7e0f1257deb17b1fe65665269211336304577ca518b17437' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| RUN /bin/sh -c pwsh ./playwright.ps1 install --with-deps chromium-headless-shell # buildkit |
| EXPOSE map[80/tcp:{}] |
| EXPOSE map[443/tcp:{}] |
| ENTRYPOINT ["dotnet" "GeminiJsonProcessor.dll"] |
Details
2025-07-10 12:24:23 +01:00
Versions (102)
View all
Container
0
OCI / Docker
latest
2025-12-13
55e6df1c55911f02f378fd0fa56bf1a5c6769524
2025-12-13
33076e8a41039adaeb59ffc0ae768910676d741a
2025-12-07
5f283aa3ccfcb5adbabccfb8c7182710e107ebe1
2025-11-29
b9ecb93d5dcbb8b803ebd8ed6689d3d4829cbebc
2025-11-27