Block a user
bimai-ui (release-93)
Published 2025-10-18 12:58:49 +02:00 by mz
Installation
docker pull code.bim-it.pl/mz/bimai-ui:release-93sha256:c44ff34696eeece98d5ad1f5aec10a3680b51f8595f386829fb26b3122366acdImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000' |
| 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.21 |
| 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.21 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| ENV TZ=Europe/Warsaw |
| RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
| COPY /app/publish . # buildkit |
| ENV ASPNETCORE_ENVIRONMENT=Production |
| ENV ASPNETCORE_URLS=http://0.0.0.0:7143 |
| EXPOSE [7143/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:7143/health || exit 1"] "30s" "3s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["dotnet" "BimAI.UI.Web.dll"] |
| LABEL org.opencontainers.image.source=https://code.bim-it.pl/mz/BimAI |
| COPY artifacts/ui/appsettings.Production.json /app/ # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://code.bim-it.pl/mz/BimAI |
Details
Versions (26)
View all
prod
2025-10-19
release-102
2025-10-19
latest
2025-10-19
build-101
2025-10-19
release-100
2025-10-19