fotofun (latest)

Published 2 years ago by thomas.chazot2

Installation

docker pull codefirst.iut.uca.fr/thomas.chazot2/fotofun:latest
sha256:971dc455da3c310afdb7571dbfd7f85ced57a0686cff148a6371524145fe04eb

Image Layers

ADD file:7eb149bcaba1d7dcab06b3f9a0615ca459e9cb28459a0864f92b0037f270ba66 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
WORKDIR /Sources/ReSnapIt/Server
COPY dir:4c40cca12c5b37ec7e9d2935af2dbf94c95507f69b73f9f1e2a1b2d23959b9f1 in .
EXPOSE 12345
ENTRYPOINT ["dotnet" "Server.dll"]
LABEL org.opencontainers.image.created=2023-09-28T07:57:21Z
LABEL org.opencontainers.image.revision=f4fb09370e4f4c8ced4b37357239f8d5a9c7d6fe
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/FotoFun/FotoFun.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/FotoFun/FotoFun

Labels

Key Value
org.opencontainers.image.created 2023-09-28T07:57:21Z
org.opencontainers.image.revision f4fb09370e4f4c8ced4b37357239f8d5a9c7d6fe
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/FotoFun/FotoFun.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/FotoFun/FotoFun
Details
Container
2 years ago
6
OCI / Docker
linux/amd64
75 MiB
Versions (1) View all
latest on 2023-09-28