vooz-api-tests (2024.11.20.108)

Published 2024-11-20 16:01:16 +00:00 by vooz-ci

Installation

docker pull gitea.samorokov.online/vooz/vooz-api-tests:2024.11.20.108
sha256:e434c0ca8c645541d1fddd1d44c968684561eef6779437a549edf0cc8a86b59c

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.11
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.11
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.404 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit
RUN /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='2f166f7f3bd508154d72d1783ffac6e0e3c92023ccc2c6de49d22b411fc8b9e6dd03e7576acc1bb5870a6951181129ba77f3bf94bb45fe9c70105b1b896b9bb9' && 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 # buildkit
RUN /bin/sh -c powershell_version=7.4.5 && curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='3dcdb54cdd40540211668825e2fddb09f49af3f372a3cc0b6f0fa60a7cd2e4a84310c9361fc3d92ffc194e87a00ae2ce6efded5ac714ff019f0850e6b82108b4' && 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 # buildkit
ARG BUILD_CONFIGURATION=Debug
WORKDIR /src
COPY Vooz.Api.Test.Integration/Vooz.Api.Test.Integration.csproj Vooz.Api.Test.Integration/ # buildkit
COPY Vooz.Api/Vooz.Api.csproj Vooz.Api/ # buildkit
COPY Vooz.Application/Vooz.Application.csproj Vooz.Application/ # buildkit
COPY Vooz.Infra/Vooz.Infra.csproj Vooz.Infra/ # buildkit
COPY Vooz.Domain/Vooz.Domain.csproj Vooz.Domain/ # buildkit
RUN |1 BUILD_CONFIGURATION=Debug /bin/sh -c dotnet restore "./Vooz.Api.Test.Integration/Vooz.Api.Test.Integration.csproj" # buildkit
COPY . . # buildkit
WORKDIR /src/Vooz.Api.Test.Integration
ENTRYPOINT ["dotnet" "test"]
Details
Container
2024-11-20 16:01:16 +00:00
0
OCI / Docker
linux/amd64
806 MiB
Versions (115) View all
dev 2024-11-22
2024.11.22.111 2024-11-22
2024.11.22.110 2024-11-22
2024.11.21.109 2024-11-21
2024.11.20.108 2024-11-20