efd (v2026.1.2)
Published 2026-05-03 13:14:50 +02:00 by Kenthanar
Installation
docker pull git.dim-m.de/dim-m/efd:v2026.1.2sha256:68f0e2293178e4d980950d7a2fba2e49a0d5e75aec691fafa86fe47cfc8c66bfAbout this package
EFD Web App
Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 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.7 |
| 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.7 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| USER 1654 |
| WORKDIR /app |
| EXPOSE [8080/tcp] |
| EXPOSE [8081/tcp] |
| LABEL org.opencontainers.image.source=https://git.dim-m.de/dim-m/efd |
| LABEL org.opencontainers.image.description=EFD Web App |
| WORKDIR /app |
| COPY --chown=1654 /app/publish . # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "wget -q --spider http://localhost:8080/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'} |
| ENTRYPOINT ["dotnet" "EFD.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | EFD Web App |
| org.opencontainers.image.source | https://git.dim-m.de/dim-m/efd |
| org.opencontainers.image.version | 24.04 |
Details
Versions (3)
View all