aspnet-core (v1.0.278)
Published 2024-11-30 17:46:21 +00:00 by gitea
Installation
docker pull gitea.okami101.io/conduit/aspnet-core:v1.0.278
sha256:267ed8dfd9f5514b16daecf45335f1424d8bc099bd54aba5064c02eb93c7cf72
About this package
ASP.NET Core RealWorld
Image Layers
ADD rootfs.tar.xz / # buildkit |
CMD ["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 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.0 |
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.0 |
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # 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 | 2024-11-30T17:46:04.516Z |
org.opencontainers.image.description | ASP.NET Core RealWorld |
org.opencontainers.image.licenses | |
org.opencontainers.image.revision | 0d0b26f4bf73c5c5121c8d990be6d3604389d4d7 |
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.278 |
Details
2024-11-30 17:46:21 +00:00
Versions (58)
View all
Container
1
OCI / Docker
linux/amd64
100 MiB