wf-webadmin (latest)

Published 2 months ago by maxime.rocher

Installation

docker pull codefirst.iut.uca.fr/whatthefantasy/wf-webadmin:latest
sha256:e3d7445d2096a5ebfcbecf269a1d85585b2ce2ce5047e683eff38dc943dd2a6b

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
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.36
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.36
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
WORKDIR /app
ENV ASPNETCORE_HOSTBUILDER__RELOADCONFIGONCHANGE=false
COPY /app/publish ./ # buildkit
EXPOSE map[80/tcp:{}]
ENTRYPOINT ["dotnet" "WF-WebAdmin.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-02-10T10:23:42Z
org.opencontainers.image.revision 27016668bde8f5cb633e7a7ada0225a2abf268bc
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/WhatTheFantasy/WF-WebAdmin.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/WhatTheFantasy/WF-WebAdmin
Details
Container
2 months ago
4
OCI / Docker
linux/amd64
91 MiB
Versions (1) View all
latest on 2025-02-10