conduit

aspnet-core (latest)

Published 2025-07-12 11:31:26 +00:00 by gitea

Installation

docker pull gitea.okami101.io/conduit/aspnet-core:latest
sha256:dedf28c8eb31748c2c0df891ac8a42d73326ec49cb3ab3f3e936cde129e9e962

About this package

ASP.NET Core RealWorld

Image Layers

# 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 && 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=9.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=9.0.7
COPY /dotnet /usr/share/dotnet # buildkit
USER app
COPY --chown=app:app /publish /app # buildkit
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:8080
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["dotnet" "Conduit.WebUI.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-07-12T11:31:15.177Z
org.opencontainers.image.description ASP.NET Core RealWorld
org.opencontainers.image.licenses
org.opencontainers.image.revision 0753cf3a20839f25ae2f22ef375e7ab973c6ff6d
org.opencontainers.image.source https://gitea.okami101.io/conduit/aspnet-core
org.opencontainers.image.title aspnet-core
org.opencontainers.image.url https://gitea.okami101.io/conduit/aspnet-core
org.opencontainers.image.version v1.0.308
Details
Container
2025-07-12 11:31:26 +00:00
54
OCI / Docker
linux/amd64
96 MiB
Versions (5) View all
latest 2025-07-12
main 2025-07-12
v1.0.308 2025-07-12
v1.0.307 2025-07-12
v1.0.306 2025-07-06