api-test (latest)

Published 9 months ago by nicolas.blondeau

Installation

docker pull codefirst.iut.uca.fr/nicolas.blondeau/api-test:latest
sha256:504a42f0c466c4a29baab104f70d5db94e45e06f2f851c0754490f76977e93a4

Image Layers

ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in /
CMD ["bash"]
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
ENV DOTNET_VERSION=6.0.27
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=6.0.27
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
EXPOSE 80
EXPOSE 443
WORKDIR /app
COPY dir:28eeeb904763e884870519ef30712299ef809fa7872f8a2fb2fc6afc041bc1c9 in .
ENTRYPOINT ["dotnet" "Web_Admin.Api.dll"]
LABEL org.opencontainers.image.created=2024-02-17T11:14:36Z
LABEL org.opencontainers.image.revision=9cfdfdc9291f4664bf56e934537552dd1e0a7a23
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/NodeMunch/API-Test-Blazor.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/NodeMunch/API-Test-Blazor

Labels

Key Value
org.opencontainers.image.created 2024-02-17T11:14:36Z
org.opencontainers.image.revision 9cfdfdc9291f4664bf56e934537552dd1e0a7a23
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/NodeMunch/API-Test-Blazor.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/NodeMunch/API-Test-Blazor
Details
Container
9 months ago
3
OCI / Docker
linux/amd64
85 MiB
Versions (1) View all
latest on 2024-02-17