dotnetapp (dotnet-linux-amd64)
Published 2024-10-17 10:13:36 +00:00 by tdology
Installation
docker pull wukong.piicloud.com/example/dotnetapp:dotnet-linux-amd64
sha256:433110827f9496029606c89b1cd92521b2a65fc3f033c9e10d0d6b6e1c3f3e1b
Image Layers
ADD file:9b38b383dd93169a663eed88edf3f2285b837257ead69dc40ab5ed1fb3f52c35 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.20 |
COPY /dotnet /usr/share/dotnet # buildkit |
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
WORKDIR /app |
COPY dir:b35d9fa2ccf6f59af59ef22e30d8e1dbefb9f9425b5690bba035c91c7ba19db5 in . |
ENTRYPOINT ["dotnet" "dotnetapp.dll"] |
LABEL org.opencontainers.image.created=2024-10-17T10:13:00Z |
LABEL org.opencontainers.image.revision=f1631a126c2ef07c7fb370cec96afea786a390d2 |
LABEL org.opencontainers.image.source=https://wukong.piicloud.com/example/dotnet-docker.git |
LABEL org.opencontainers.image.url=https://wukong.piicloud.com/example/dotnet-docker |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2024-10-17T10:13:00Z |
org.opencontainers.image.revision | f1631a126c2ef07c7fb370cec96afea786a390d2 |
org.opencontainers.image.source | https://wukong.piicloud.com/example/dotnet-docker.git |
org.opencontainers.image.url | https://wukong.piicloud.com/example/dotnet-docker |
Details
2024-10-17 10:13:36 +00:00
Versions (1)
View all
Container
17
OCI / Docker
linux/amd64
75 MiB
dotnet-linux-amd64
2024-10-17