webapi_ef (latest)

Published 2 months ago by timeo.charreyron

Installation

docker pull codefirst.iut.uca.fr/timeo.charreyron/webapi_ef:latest
sha256:2b6b78ec40f12cbadbc141fdbaca0739b053039c43301d9f9f71ff82b192b890

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'
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.13
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.13
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
USER 1654
WORKDIR /app
EXPOSE 80
ENV ASPNETCORE_HTTP_PORTS=80
WORKDIR /app
COPY dir:30d057400ccbe64eb93112422f0af3ccce37bbd0972cde7a338134ce70e436e9 in .
ENTRYPOINT ["dotnet" "Wta.dll"]
LABEL org.opencontainers.image.created=2025-03-06T23:24:31Z
LABEL org.opencontainers.image.revision=d2e7f37339f6db35baf2a6c128b4f57b70273acb
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/timeo.charreyron/webapi_ef.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/timeo.charreyron/webapi_ef

Labels

Key Value
org.opencontainers.image.created 2025-03-06T23:24:31Z
org.opencontainers.image.revision d2e7f37339f6db35baf2a6c128b4f57b70273acb
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/timeo.charreyron/webapi_ef.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/timeo.charreyron/webapi_ef
Details
Container
2 months ago
3
OCI / Docker
linux/amd64
91 MiB
Versions (1) View all
latest on 2025-03-07