aspnet-core (latest)
Published 2025-05-28 15:46:02 +00:00 by gitea
Installation
docker pull gitea.okami101.io/conduit/aspnet-core:latest
sha256:5c4eba909a864da1b83fc1bb686686095c750eb90a07a8bafc3cbb42b5a09065
About this package
ASP.NET Core RealWorld
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200' |
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 -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
ENV DOTNET_VERSION=9.0.5 |
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.5 |
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-05-28T15:45:42.457Z |
org.opencontainers.image.description | ASP.NET Core RealWorld |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | b0f3a0fc66f550740127e5ae4bc9563008a4f0e2 |
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.303 |
Details
2025-05-28 15:46:02 +00:00
Versions (5)
View all
Container
53
OCI / Docker
linux/amd64
96 MiB