betathlon-api (latest)

Published 3 months ago by simon.guillot2

Installation

docker pull codefirst.iut.uca.fr/simon.guillot2/betathlon-api:latest
sha256:36c914c3a66336ac7c6c87fb200d71358cdef6da52f2faab624e35fb1d57fef6

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'
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.12
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.12
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
USER app
WORKDIR /app
EXPOSE map[8080/tcp:{}]
EXPOSE map[8081/tcp:{}]
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "BetathlonApi.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-02-06T16:18:15Z
org.opencontainers.image.revision 59353ebf428ecc19aca17f54add1fcf0894377cb
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/Bet-athlon/BetathlonApi.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/Bet-athlon/BetathlonApi
Details
Container
3 months ago
23
OCI / Docker
linux/amd64
102 MiB
Versions (1) View all
latest on 2025-02-06