ascapi2 (latest)

Published 3 weeks ago by celeste.barbosa

Installation

docker pull codefirst.iut.uca.fr/sae_ascas/ascapi2:latest
sha256:406dfb318cedacf7c54059741d42c726837ea85dbd032290bd31cfe490ae2fba

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 && 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.3
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.3
COPY /dotnet /usr/share/dotnet # buildkit
ENV ASPNET_ENV=Production
ENV ASPNETCORE_ENVIRONMENT=Production
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
WORKDIR /app
COPY dir:70942b81e75b88052baa0ffe558829663f605769f9139661b215505800f6fa5f in .
ENTRYPOINT ["dotnet" "Api.dll"]
LABEL org.opencontainers.image.created=2025-04-06T09:05:29Z
LABEL org.opencontainers.image.revision=9b05c193e9a89b72db0f2caa164eeb5e6568daf1
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/SAE_ASCAS/Ascapi2.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/SAE_ASCAS/Ascapi2

Labels

Key Value
org.opencontainers.image.created 2025-04-06T09:05:29Z
org.opencontainers.image.revision 9b05c193e9a89b72db0f2caa164eeb5e6568daf1
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/SAE_ASCAS/Ascapi2.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/SAE_ASCAS/Ascapi2
Details
Container
3 weeks ago
107
OCI / Docker
linux/amd64
110 MiB
Versions (1) View all
latest on 2025-04-06