mylib-api-stub (latest)

Published 2 years ago by marc.chevaldonne

Installation

docker pull codefirst.iut.uca.fr/marc.chevaldonne/mylib-api-stub:latest
sha256:02d30417a8282fe342cb0f219367bdfa299fb371f092db2905f2b63dbec77cca

Image Layers

ADD file:cb5fcc80c057b356a31492a20c6e3a75b70ed70a663506c8e97ad730ae32a02d 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=7.0.11
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=7.0.11
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
EXPOSE 80
WORKDIR /app
COPY dir:4f658e515fe379ade94672e84aca68b81b7283f78d68e0d34a0040fb46bcf3ab in .
ENTRYPOINT ["dotnet" "OpenLibraryWrapper.dll"]
LABEL org.opencontainers.image.created=2023-09-12T19:53:31Z
LABEL org.opencontainers.image.revision=89596138186346fb34292ae87b47f689c14eb193
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/CICD_3A/OpenLibraryWS_Wrapper_correction.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/CICD_3A/OpenLibraryWS_Wrapper_correction

Labels

Key Value
org.opencontainers.image.created 2023-09-12T19:53:31Z
org.opencontainers.image.revision 89596138186346fb34292ae87b47f689c14eb193
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/CICD_3A/OpenLibraryWS_Wrapper_correction.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/CICD_3A/OpenLibraryWS_Wrapper_correction
Details
Container
2 years ago
6
OCI / Docker
linux/amd64
102 MiB
Versions (1) View all
latest on 2023-09-12