From 9f46dcdd3e3eab243ade4de0d3056e9a95469964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:48:46 +0100 Subject: [PATCH] QD-8148 Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 (#226) * QD-8148 Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Viktor --- 2025.1/base/cdnet.Dockerfile | 4 +--- 2025.1/base/dotnet.Dockerfile | 4 +--- next/base/cdnet.Dockerfile | 4 +--- next/base/dotnet.Dockerfile | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/2025.1/base/cdnet.Dockerfile b/2025.1/base/cdnet.Dockerfile index bd909f5..8fba16c 100644 --- a/2025.1/base/cdnet.Dockerfile +++ b/2025.1/base/cdnet.Dockerfile @@ -1,4 +1,4 @@ -ARG DOTNET_BASE_TAG="7.0-bookworm-slim" +ARG DOTNET_BASE_TAG="9.0-bookworm-slim" FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG ENV HOME="/root" \ @@ -11,7 +11,6 @@ ENV DOTNET_ROOT="/usr/share/dotnet" # Not using the URL https://dot.net/v1/dotnet-install.sh because of https://github.com/dotnet/install-scripts/issues/276 ARG DOTNET_INSTALL_SH_REVISION="40434288dc5bbda41eafcbcbbc5c0fbbe028fb30" -ARG DOTNET_CHANNEL_A="9.0" ARG DOTNET_CHANNEL_B="8.0" # hadolint ignore=SC2174,DL3009 @@ -34,7 +33,6 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ echo "d9ede6126a6da49cd3509e5fc8236f79addf175696f29d01f38840fd84663514 /tmp/dotnet-install.sh" > /tmp/shasum && \ if [ "${DOTNET_INSTALL_SH_REVISION}" != "master" ]; then sha256sum --check --status /tmp/shasum; fi && \ chmod +x /tmp/dotnet-install.sh && \ - bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_A -i $DOTNET_ROOT && \ bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_B -i $DOTNET_ROOT && \ chmod 777 -R $DOTNET_ROOT && \ chmod 777 -R $HOME && \ diff --git a/2025.1/base/dotnet.Dockerfile b/2025.1/base/dotnet.Dockerfile index c4a0c69..8bcde74 100644 --- a/2025.1/base/dotnet.Dockerfile +++ b/2025.1/base/dotnet.Dockerfile @@ -1,5 +1,5 @@ ARG NODE_TAG="22-bookworm-slim" -ARG DOTNET_BASE_TAG="7.0-bookworm-slim" +ARG DOTNET_BASE_TAG="9.0-bookworm-slim" FROM node:$NODE_TAG AS node_base FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG @@ -21,7 +21,6 @@ ENV RIDER_UNREAL_ROOT="/data/unrealEngine" DOTNET_ROOT="/usr/share/dotnet" # Not using the URL https://dot.net/v1/dotnet-install.sh because of https://github.com/dotnet/install-scripts/issues/276 ARG DOTNET_INSTALL_SH_REVISION="40434288dc5bbda41eafcbcbbc5c0fbbe028fb30" -ARG DOTNET_CHANNEL_A="9.0" ARG DOTNET_CHANNEL_B="8.0" # hadolint ignore=SC2174,DL3009 @@ -49,7 +48,6 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ echo "d9ede6126a6da49cd3509e5fc8236f79addf175696f29d01f38840fd84663514 /tmp/dotnet-install.sh" > /tmp/shasum && \ if [ "${DOTNET_INSTALL_SH_REVISION}" != "master" ]; then sha256sum --check --status /tmp/shasum; fi && \ chmod +x /tmp/dotnet-install.sh && \ - bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_A -i $DOTNET_ROOT && \ bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_B -i $DOTNET_ROOT && \ chmod 777 -R $DOTNET_ROOT diff --git a/next/base/cdnet.Dockerfile b/next/base/cdnet.Dockerfile index bd909f5..8fba16c 100644 --- a/next/base/cdnet.Dockerfile +++ b/next/base/cdnet.Dockerfile @@ -1,4 +1,4 @@ -ARG DOTNET_BASE_TAG="7.0-bookworm-slim" +ARG DOTNET_BASE_TAG="9.0-bookworm-slim" FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG ENV HOME="/root" \ @@ -11,7 +11,6 @@ ENV DOTNET_ROOT="/usr/share/dotnet" # Not using the URL https://dot.net/v1/dotnet-install.sh because of https://github.com/dotnet/install-scripts/issues/276 ARG DOTNET_INSTALL_SH_REVISION="40434288dc5bbda41eafcbcbbc5c0fbbe028fb30" -ARG DOTNET_CHANNEL_A="9.0" ARG DOTNET_CHANNEL_B="8.0" # hadolint ignore=SC2174,DL3009 @@ -34,7 +33,6 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ echo "d9ede6126a6da49cd3509e5fc8236f79addf175696f29d01f38840fd84663514 /tmp/dotnet-install.sh" > /tmp/shasum && \ if [ "${DOTNET_INSTALL_SH_REVISION}" != "master" ]; then sha256sum --check --status /tmp/shasum; fi && \ chmod +x /tmp/dotnet-install.sh && \ - bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_A -i $DOTNET_ROOT && \ bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_B -i $DOTNET_ROOT && \ chmod 777 -R $DOTNET_ROOT && \ chmod 777 -R $HOME && \ diff --git a/next/base/dotnet.Dockerfile b/next/base/dotnet.Dockerfile index c4a0c69..8bcde74 100644 --- a/next/base/dotnet.Dockerfile +++ b/next/base/dotnet.Dockerfile @@ -1,5 +1,5 @@ ARG NODE_TAG="22-bookworm-slim" -ARG DOTNET_BASE_TAG="7.0-bookworm-slim" +ARG DOTNET_BASE_TAG="9.0-bookworm-slim" FROM node:$NODE_TAG AS node_base FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG @@ -21,7 +21,6 @@ ENV RIDER_UNREAL_ROOT="/data/unrealEngine" DOTNET_ROOT="/usr/share/dotnet" # Not using the URL https://dot.net/v1/dotnet-install.sh because of https://github.com/dotnet/install-scripts/issues/276 ARG DOTNET_INSTALL_SH_REVISION="40434288dc5bbda41eafcbcbbc5c0fbbe028fb30" -ARG DOTNET_CHANNEL_A="9.0" ARG DOTNET_CHANNEL_B="8.0" # hadolint ignore=SC2174,DL3009 @@ -49,7 +48,6 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ echo "d9ede6126a6da49cd3509e5fc8236f79addf175696f29d01f38840fd84663514 /tmp/dotnet-install.sh" > /tmp/shasum && \ if [ "${DOTNET_INSTALL_SH_REVISION}" != "master" ]; then sha256sum --check --status /tmp/shasum; fi && \ chmod +x /tmp/dotnet-install.sh && \ - bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_A -i $DOTNET_ROOT && \ bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_B -i $DOTNET_ROOT && \ chmod 777 -R $DOTNET_ROOT