Block a user
diunabi-ui-pedrollopl (sha256:4b5814b42b3058428c28701789d72332ba14588e3d906e29f4093d32704f0b45)
Published 2025-12-06 00:56:59 +01:00 by mz
Installation
docker pull code.bim-it.pl/mz/diunabi-ui-pedrollopl@sha256:4b5814b42b3058428c28701789d72332ba14588e3d906e29f4093d32704f0b45sha256:4b5814b42b3058428c28701789d72332ba14588e3d906e29f4093d32704f0b45Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 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.0 |
| 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.0 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/* # buildkit |
| 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" "DiunaBI.UI.Web.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.source | https://code.bim-it.pl/mz/DiunaBI |
| org.opencontainers.image.version | 24.04 |