build (latest)

Published 2 years ago by laurine.brette

Installation

docker pull codefirst.iut.uca.fr/laurine.brette/build:latest
sha256:293e43de9165406e55ae93223a0a6f06ad58a4ade04d3a44269762b2ff9b14ff

Image Layers

ADD file:cb13581b8e7a9de4396639e5ca2f3817763435c0563232f85e3d899f6388a1b3 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.12
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.12
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
COPY dir:98b55d71befd382d1bee658f1f0f36ebed46f70ba2face60d964a49def5da146 in ./
EXPOSE 80
ENV DTO_MANAGER_TYPE=Stub
ENTRYPOINT ["dotnet" "OpenLibraryWrapper.dll"]
LABEL org.opencontainers.image.created=2023-10-15T12:58:41Z
LABEL org.opencontainers.image.revision=85db72a64bea29dbdee56103b22b5a7887b0235d
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/laurine.brette/CICD_PROJET_WB1.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/laurine.brette/CICD_PROJET_WB1

Labels

Key Value
org.opencontainers.image.created 2023-10-15T12:58:41Z
org.opencontainers.image.revision 85db72a64bea29dbdee56103b22b5a7887b0235d
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/laurine.brette/CICD_PROJET_WB1.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/laurine.brette/CICD_PROJET_WB1
Details
Container
2 years ago
16
OCI / Docker
linux/amd64
114 MiB
Versions (1) View all
latest on 2023-10-15