vooz-api-tests (2024.11.3.67)
Published 2024-11-03 02:19:40 +00:00 by vooz-ci
Installation
docker pull gitea.samorokov.online/vooz/vooz-api-tests:2024.11.3.67sha256:5ee8e53f0f613e6c1530fe6b774a6248771e131047f3fe1c5ee337266e226452Image Layers
| ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in / |
| 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.10 |
| 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.10 |
| 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.403 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='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' && 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
2024-11-03 02:19:40 +00:00
Versions (115)
View all
Container
0
OCI / Docker
linux/amd64
739 MiB
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