leo

examplewebservice (latest)

Published 2023-07-15 16:35:05 +02:00 by leo

Installation

docker pull git.leotec.io/leo/examplewebservice:latest
sha256:bc1b89bbf133a4ef4a0bf07f97ce8ef7f8f7828dc372e5ad92aa8d0392c7cb60

Image Layers

ADD file:4a063d4e089ef10c6806d7042a0040078674ac2db61df02df8bbb8fa4894910a in /
CMD ["bash"]
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
/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/*
ENV DOTNET_VERSION=7.0.9
COPY dir:3f2f1e6d202921f542742a45ba402d18c32dfa1483724c2857f2589ea8da845a in /usr/share/dotnet
/bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
ENV ASPNET_VERSION=7.0.9
COPY dir:b9826d3ca37b036d4d0c05550f54f0f551fb616ab13da9bcdd1bb0b48d4ca2e3 in /usr/share/dotnet/shared/Microsoft.AspNetCore.App
COPY dir:c049463e01c48055ba27064bbd9d8357c0fc87d2cadac03a851b440cd0ca3987 in /usr/app
WORKDIR /usr/app
CMD ["/usr/app/ExampleWebService"]
EXPOSE 80
LABEL org.opencontainers.image.created=2023-07-15T14:31:57Z
LABEL org.opencontainers.image.revision=050b03c68f004ca1a3382fb0651443d07ee6f38e
LABEL org.opencontainers.image.source=https://git.leotec.io/leo/ExampleWebService.git
LABEL org.opencontainers.image.url=https://git.leotec.io/leo/ExampleWebService

Labels

Key Value
org.opencontainers.image.created 2023-07-15T14:31:57Z
org.opencontainers.image.revision 050b03c68f004ca1a3382fb0651443d07ee6f38e
org.opencontainers.image.source https://git.leotec.io/leo/ExampleWebService.git
org.opencontainers.image.url https://git.leotec.io/leo/ExampleWebService
Details
Container
2023-07-15 16:35:05 +02:00
1
OCI / Docker
linux/amd64
85 MiB
Versions (1) View all
latest 2023-07-15