api (latest)

Published 2 weeks ago by alexis.laurent

Installation

docker pull codefirst.iut.uca.fr/alexis.laurent/api:latest
sha256:dc757927e6de7f80018eb3d35055e4358b5b380b49ae23cb495d709d3ed33fcf

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'
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 --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.18
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.18
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
COPY dir:5b81e83579308767af0ad3731840c567a33151836f56e94f907c19cc958158b3 in .
EXPOSE 8080
EXPOSE 8081
ENTRYPOINT ["dotnet" "FloraFaunaGO_API.dll"]
LABEL org.opencontainers.image.created=2025-07-13T11:16:20Z
LABEL org.opencontainers.image.revision=98fa078cc53f15d2ddb19942abd7794387dcc7d0
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API

Labels

Key Value
org.opencontainers.image.created 2025-07-13T11:16:20Z
org.opencontainers.image.revision 98fa078cc53f15d2ddb19942abd7794387dcc7d0
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/FloraFauna_GO/FloraFauna_GO_API
Details
Container
2 weeks ago
233
OCI / Docker
linux/amd64
112 MiB
Versions (1) View all
latest on 2025-07-13