codefirst-dronesonarplugin-dotnet7 (latest)

Published 2 years ago by marc.chevaldonne

Installation

docker pull codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7:latest
sha256:d036c1bb5f4649d54c312b780475cf42c76cc74a5372b41fbc21d565fe11715d

Image Layers

ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates krb5-libs libgcc libintl libssl3 libstdc++ zlib
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
ENV DOTNET_VERSION=7.0.4
/bin/sh -c wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz && dotnet_sha512='bdbde59fe535f450e34a323c42c5e7f404cd607969aa01a939895a23ec99778badbf653678f158232c3d9628c5278361a3e322b5662fc597917402227078da01' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
ENV ASPNET_VERSION=7.0.4
/bin/sh -c wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz && aspnetcore_sha512='cb51f4520770b2eaa33b2096e8ee5dce9f8ea6cf78355a6f02c63391a942a22e39438389da34a41393b88ffac848b9deb2f9f34a9c49971d99a6cb7551321e33' && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App && rm aspnetcore.tar.gz
ENV ASPNETCORE_URLS= DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=7.0.202 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.17
/bin/sh -c apk add --no-cache curl icu-data-full icu-libs git
/bin/sh -c wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz && dotnet_sha512='9b2da309a4640d5261186d8d506cdd1d96fed3f980a01d5bf2875e3d07294b6881ca9458a51f22b6d286e8ed26fac1312693c5aefdbc48ed0ec2cb28e49fdb5f' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt && rm dotnet.tar.gz && dotnet help
/bin/sh -c powershell_version=7.3.3 && wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg && powershell_sha512='c0a3407425e3245ee45cdb4fc6e1a09dac5d287e352ddb15d2c172f3ec24ebfd584b01a1eb186424a1d4066a02c599febd859714e715ce6f25db81877cfa2733' && echo "$powershell_sha512 PowerShell.Linux.Alpine.$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.Alpine && dotnet nuget locals all --clear && rm PowerShell.Linux.Alpine.$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 && apk add --no-cache ncurses-terminfo-base
COPY file:55401265db277d818b80572062eb4b14323691e5ae7023335414225a4b5f5ab9 in /bin/
WORKDIR /bin
/bin/sh -c apk update && apk add openjdk11-jre nodejs && rm -rf /tmp/* /var/cache/apk/*
/bin/sh -c dotnet tool install --global dotnet-sonarscanner
/bin/sh -c dotnet tool install --global dotnet-reportgenerator-globaltool
ENV JAVA_HOME=/usr/lib/jvm/default-jvm/
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/default-jvm//bin
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/default-jvm//bin:/root/.dotnet/tools
ENTRYPOINT ["/bin/sh" "-c" "/bin/drone-sonar"]
LABEL org.opencontainers.image.created=2023-03-25T06:40:49Z
LABEL org.opencontainers.image.revision=1ce5e59142179d5f7aeb3fc6bc0569f97f68c185
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/code_first_Images/codefirst-dronesonarplugin-dotnet7.git
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/code_first_Images/codefirst-dronesonarplugin-dotnet7

Labels

Key Value
org.opencontainers.image.created 2023-03-25T06:40:49Z
org.opencontainers.image.revision 1ce5e59142179d5f7aeb3fc6bc0569f97f68c185
org.opencontainers.image.source https://codefirst.iut.uca.fr/git/code_first_Images/codefirst-dronesonarplugin-dotnet7.git
org.opencontainers.image.url https://codefirst.iut.uca.fr/git/code_first_Images/codefirst-dronesonarplugin-dotnet7
Details
Container
2 years ago
67
OCI / Docker
linux/amd64
338 MiB
Versions (1) View all
latest on 2023-03-25