web-services (latest)

Published 3 months ago by enzo.barreiro

Installation

docker pull codefirst.iut.uca.fr/enzo.barreiro/web-services:latest
sha256:79d54b4e7a9268fa120623e107f7f73b75b695e5eaf99897b7f8faaaf7960392

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
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.14
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.14
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
WORKDIR /app
COPY dir:45d3a8a5cf86d3e197d055f1b86a75e0a01e567889a7b07426594030a532d726 in .
ENTRYPOINT ["dotnet" "WebAPI.dll"]
LABEL org.opencontainers.image.created=2025-04-06T19:33:06Z
LABEL org.opencontainers.image.revision=32610292a79de280c9fa512f1fd90d7d936a2db8
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/SAE-MUSCU-MATH/WebServices.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/SAE-MUSCU-MATH/WebServices

Labels

Key Value
org.opencontainers.image.created 2025-04-06T19:33:06Z
org.opencontainers.image.revision 32610292a79de280c9fa512f1fd90d7d936a2db8
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/SAE-MUSCU-MATH/WebServices.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/SAE-MUSCU-MATH/WebServices
Details
Container
3 months ago
55
OCI / Docker
linux/amd64
93 MiB
Versions (1) View all
latest on 2025-04-06