File tree Expand file tree Collapse file tree
Workers/Resgrid.Workers.Console Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7
12# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
23ARG BUILD_VERSION=3.5.0
34
@@ -26,7 +27,7 @@ WORKDIR "/src/Web/Resgrid.Web.Eventing"
2627FROM build AS publish
2728ARG BUILD_VERSION
2829RUN dotnet publish "Resgrid.Web.Eventing.csproj" -c Release -o /app/publish -p:Version=${BUILD_VERSION}
29- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
30+ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b2080804be17d https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
3031RUN chmod +x /app/publish/wait
3132
3233FROM base AS final
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7
12# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
23
34ARG BUILD_VERSION=3.5.0
@@ -37,7 +38,7 @@ WORKDIR "/src/Web/Resgrid.Web.Mcp"
3738FROM build AS publish
3839ARG BUILD_VERSION
3940RUN dotnet publish "Resgrid.Web.Mcp.csproj" -c Release -o /app/publish -p:Version=${BUILD_VERSION}
40- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
41+ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b2080804be17d https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
4142RUN chmod +x /app/publish/wait
4243
4344FROM base AS final
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7
12# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
23
34ARG BUILD_VERSION=3.5.0
@@ -37,7 +38,7 @@ WORKDIR "/src/Web/Resgrid.Web.Services"
3738FROM build AS publish
3839ARG BUILD_VERSION
3940RUN dotnet publish "Resgrid.Web.Services.csproj" -c Release -o /app/publish -p:Version=${BUILD_VERSION}
40- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
41+ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b2080804be17d https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
4142RUN chmod +x /app/publish/wait
4243
4344FROM base AS final
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7
12# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
23ARG BUILD_VERSION=3.5.0
34
@@ -55,7 +56,7 @@ RUN for i in 1 2 3; do libman restore && break || { echo "libman restore attempt
5556ENV SKIP_LIBMAN_RESTORE=1
5657RUN dotnet publish "Resgrid.Web.csproj" -c Release -o /app/publish -p:Version=${BUILD_VERSION}
5758# # Download the wait script in the build stage where a shell is available
58- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
59+ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b2080804be17d https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
5960RUN chmod +x /app/publish/wait
6061
6162FROM base AS final
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7
12# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
23ARG BUILD_VERSION=3.5.0
34
@@ -37,7 +38,7 @@ WORKDIR "/src/Workers/Resgrid.Workers.Console"
3738FROM build AS publish
3839ARG BUILD_VERSION
3940RUN dotnet publish "Resgrid.Workers.Console.csproj" -c Release -o /app/publish -p:Version=${BUILD_VERSION}
40- ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
41+ ADD --checksum=sha256:2241be671073520e028b2f12df1e9ef0419014cffb5670b7a80b2080804be17d https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /app/publish/wait
4142RUN chmod +x /app/publish/wait
4243
4344# # Install wkhtmltopdf and capture its runtime libraries
You can’t perform that action at this time.
0 commit comments