nounoursapi (latest)

Published 1 year ago by marc.chevaldonne

Installation

docker pull codefirst.iut.uca.fr/marc.chevaldonne/nounoursapi:latest
sha256:de000960935cf086653eaaaea6d2a8b65eda89b36a48c7ad992c3a90ab7fee61

Image Layers

ADD file:eb6a3def1f69e76655620640e610015f285bc23c97e89855feb1f0548309d518 in /
CMD ["bash"]
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.2
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.2
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
EXPOSE 80
WORKDIR /app
COPY dir:e1934359efe2059fd847e0430d0dfea23c42290d5457ff6422ce188fb66290b2 in .
ENTRYPOINT ["dotnet" "NounoursApi.dll"]
LABEL org.opencontainers.image.created=2024-02-19T14:03:24Z
LABEL org.opencontainers.image.revision=aa6eb44896eb064fb947a0299132beb16f9bbccc
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/mchSamples_.NET/testEFPostgres.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/mchSamples_.NET/testEFPostgres

Labels

Key Value
org.opencontainers.image.created 2024-02-19T14:03:24Z
org.opencontainers.image.revision aa6eb44896eb064fb947a0299132beb16f9bbccc
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/mchSamples_.NET/testEFPostgres.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/mchSamples_.NET/testEFPostgres
Details
Container
1 year ago
8
OCI / Docker
linux/amd64
90 MiB
Versions (1) View all
latest on 2024-02-19