tp_blazor (latest)

Published 8 months ago by simoni.khachidze

Installation

docker pull codefirst.iut.uca.fr/simoni.khachidze/tp_blazor:latest
sha256:a12e3564c3c3c74acdc715a9e45cdfc0bb2aba050a75c94d700968911deea6e1

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1733097600'
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
EXPOSE 80
EXPOSE 443
WORKDIR /app
COPY dir:fc0220c8a6f7ef525714811d2abc15233932e82be0b9e94fc239322bee95c309 in .
ENTRYPOINT ["dotnet" "MyButifulBlazorTpApp.dll"]
LABEL org.opencontainers.image.created=2024-12-09T23:28:04Z
LABEL org.opencontainers.image.revision=f791d620dce1d009691b46ff596f15733b2ae740
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor

Labels

Key Value
org.opencontainers.image.created 2024-12-09T23:28:04Z
org.opencontainers.image.revision f791d620dce1d009691b46ff596f15733b2ae740
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor
Details
Container
8 months ago
0
OCI / Docker
linux/amd64
87 MiB
Versions (1) View all
latest on 2024-12-10