openlibraryws_wrapper (latest)

Published 2 years ago by mohamed.hassani

Installation

docker pull codefirst.iut.uca.fr/mohamed.hassani/openlibraryws_wrapper:latest
sha256:d13c7c344c51725b6a85310d760a1eb17952c3e737e06b3df61ac87d3b1c47cd

Image Layers

ADD file:5fb15e28ab9cd52a4c1371f9273d159579710f4efb955c1e6d76c0403e36967c 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.13
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.13
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
EXPOSE 80
EXPOSE 443
WORKDIR /app
COPY dir:f3168e1dd63977712416854908ff10407ca617285e33984646d1288e4b1dd01e in .
ENTRYPOINT ["dotnet" "OpenLibraryWrapper.dll"]
LABEL org.opencontainers.image.created=2023-11-03T13:52:59Z
LABEL org.opencontainers.image.revision=758a4c41df2b76a6b718c081abbf8b42c05b1ba7
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/mohamed.hassani/OpenLibraryWS_Wrapper.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/mohamed.hassani/OpenLibraryWS_Wrapper

Labels

Key Value
org.opencontainers.image.created 2023-11-03T13:52:59Z
org.opencontainers.image.revision 758a4c41df2b76a6b718c081abbf8b42c05b1ba7
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/mohamed.hassani/OpenLibraryWS_Wrapper.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/mohamed.hassani/OpenLibraryWS_Wrapper
Details
Container
2 years ago
26
OCI / Docker
linux/amd64
103 MiB
Versions (1) View all
latest on 2023-11-03