lasa/cockpitapi (v2)

Published 3 years ago by liuyh

Installation

docker pull 123.60.215.216:8088/bjgrid/lasa/cockpitapi:v2
sha256:7c50bf095dd0ef5644d7a8bd0e3ea040b65dab36cdc427506300a233fdc2474f

Image Layers

ADD file:0513eda9512e010cb9459591b62e0c9d9319750923df091b64250ad6e98c2878 in /
CMD ["bash"]
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu63 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/*
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
ENV DOTNET_VERSION=5.0.17
COPY dir:656209ff9d5f572b9ac85d166cf04f3014464e60680ab4d6b588dd2409fa4a03 in /usr/share/dotnet
/bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
ENV ASPNET_VERSION=5.0.17
COPY dir:5d31539b5d7b6494646864f0840b13e8973d592db7c2173f042896981e73eee9 in /usr/share/dotnet/shared/Microsoft.AspNetCore.App
ENV ASPNETCORE_URLS= DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_SDK_VERSION=5.0.408 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-10
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git procps wget && rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz && dotnet_sha512='abbf22c420df2d8398d1616efa3d31e1b8f96130697746c45ad68668676d12e65ec3b4dd75f28a5dc7607da58b6e369693c0e658def15ce2431303c28e99db55' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./templates ./LICENSE.txt ./ThirdPartyNotices.txt && rm dotnet.tar.gz && dotnet help
/bin/sh -c powershell_version=7.1.7 && curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='a4114ee432a86bb40d16a8d12c485441bc10d1bb3076117a26ca9eadf2822353e08e333c56c37351a6bc874521eafb77cc741425d8eea31b5fd38fde5c9cec1b' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir -p /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm
WORKDIR /app
EXPOSE map[80/tcp:{}]
COPY /net5.0 /app/ # buildkit
WORKDIR /app
ENTRYPOINT ["dotnet" "ECS.WebApi.dll"]
Details
Container
3 years ago
1
OCI / Docker
linux/amd64
228 MiB
Versions (2) View all
v45.3 on 2024-01-19
v2 on 2023-05-24