petr.vejchoda
  • Joined on 2023-10-28

dotnettest (latest)

Published 2025-05-22 17:29:29 +00:00 by petr.vejchoda

Installation

docker pull git.internet-master.cz/petr.vejchoda/dotnettest:latest
sha256:c3c288bcca2b7151fb0983bf642b282075d5fafc89d32333c4df3769f9de464c

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 zlib1g && 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=8.0.16
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.16
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
COPY dir:054de57a0ae102f21d1bcffff00003f0f8bc047ce068154344c5103ddbdcc96f in .
ENTRYPOINT ["dotnet" "MyBlazorApp.dll"]
LABEL org.opencontainers.image.created=2025-05-22T17:28:15Z
LABEL org.opencontainers.image.revision=c42ef399e72c6fcff888db168d686233d7a19658
LABEL org.opencontainers.image.source=https://git.internet-master.cz/petr.vejchoda/dotnettest.git
LABEL org.opencontainers.image.url=https://git.internet-master.cz/petr.vejchoda/dotnettest

Labels

Key Value
org.opencontainers.image.created 2025-05-22T17:28:15Z
org.opencontainers.image.revision c42ef399e72c6fcff888db168d686233d7a19658
org.opencontainers.image.source https://git.internet-master.cz/petr.vejchoda/dotnettest.git
org.opencontainers.image.url https://git.internet-master.cz/petr.vejchoda/dotnettest
Details
Container
2025-05-22 17:29:29 +00:00
4
OCI / Docker
linux/amd64
87 MiB
Versions (1) View all
latest 2025-05-22