From a7f9049f46fedd93e695b919a0e131d75d1d7efa Mon Sep 17 00:00:00 2001 From: Wiktor Kopec Date: Thu, 10 Nov 2022 10:23:37 -0800 Subject: [PATCH] Temporary workaround to force working vsdbg version --- 3.1/alpine/amd64/Dockerfile | 2 +- 3.1/bionic/amd64/Dockerfile | 2 +- 3.1/bullseye-slim/amd64/Dockerfile | 2 +- 3.1/buster-slim/amd64/Dockerfile | 2 +- 3.1/focal/amd64/Dockerfile | 2 +- 5.0/alpine/amd64/Dockerfile | 2 +- 5.0/bullseye-slim/amd64/Dockerfile | 2 +- 5.0/buster-slim/amd64/Dockerfile | 2 +- 5.0/focal/amd64/Dockerfile | 2 +- 6.0/alpine/amd64/Dockerfile | 2 +- 6.0/bullseye-slim/amd64/Dockerfile | 2 +- 6.0/focal/amd64/Dockerfile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3.1/alpine/amd64/Dockerfile b/3.1/alpine/amd64/Dockerfile index e2a7d75..e8ab926 100644 --- a/3.1/alpine/amd64/Dockerfile +++ b/3.1/alpine/amd64/Dockerfile @@ -27,5 +27,5 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for vsdbg version compatibility with Visual Studio RUN wget -O getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh diff --git a/3.1/bionic/amd64/Dockerfile b/3.1/bionic/amd64/Dockerfile index f7327b7..d9b4af3 100644 --- a/3.1/bionic/amd64/Dockerfile +++ b/3.1/bionic/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/3.1/bullseye-slim/amd64/Dockerfile b/3.1/bullseye-slim/amd64/Dockerfile index 9ea8676..a35f395 100644 --- a/3.1/bullseye-slim/amd64/Dockerfile +++ b/3.1/bullseye-slim/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/3.1/buster-slim/amd64/Dockerfile b/3.1/buster-slim/amd64/Dockerfile index 1fe61c2..0c6205d 100644 --- a/3.1/buster-slim/amd64/Dockerfile +++ b/3.1/buster-slim/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/3.1/focal/amd64/Dockerfile b/3.1/focal/amd64/Dockerfile index 08a4121..e18ce63 100644 --- a/3.1/focal/amd64/Dockerfile +++ b/3.1/focal/amd64/Dockerfile @@ -27,7 +27,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/5.0/alpine/amd64/Dockerfile b/5.0/alpine/amd64/Dockerfile index 5813158..669d537 100644 --- a/5.0/alpine/amd64/Dockerfile +++ b/5.0/alpine/amd64/Dockerfile @@ -27,5 +27,5 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for vsdbg version compatibility with Visual Studio RUN wget -O getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh diff --git a/5.0/bullseye-slim/amd64/Dockerfile b/5.0/bullseye-slim/amd64/Dockerfile index 6a8ecc0..88070e7 100644 --- a/5.0/bullseye-slim/amd64/Dockerfile +++ b/5.0/bullseye-slim/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/5.0/buster-slim/amd64/Dockerfile b/5.0/buster-slim/amd64/Dockerfile index 5512a6d..9aa8a13 100644 --- a/5.0/buster-slim/amd64/Dockerfile +++ b/5.0/buster-slim/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/5.0/focal/amd64/Dockerfile b/5.0/focal/amd64/Dockerfile index 9b13f8c..1dc9010 100644 --- a/5.0/focal/amd64/Dockerfile +++ b/5.0/focal/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/6.0/alpine/amd64/Dockerfile b/6.0/alpine/amd64/Dockerfile index f0b36a5..39bc3e9 100644 --- a/6.0/alpine/amd64/Dockerfile +++ b/6.0/alpine/amd64/Dockerfile @@ -27,5 +27,5 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for vsdbg version compatibility with Visual Studio RUN wget -O getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh diff --git a/6.0/bullseye-slim/amd64/Dockerfile b/6.0/bullseye-slim/amd64/Dockerfile index 035a2d1..f9a94f2 100644 --- a/6.0/bullseye-slim/amd64/Dockerfile +++ b/6.0/bullseye-slim/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update' diff --git a/6.0/focal/amd64/Dockerfile b/6.0/focal/amd64/Dockerfile index 924b37c..1ef63a8 100644 --- a/6.0/focal/amd64/Dockerfile +++ b/6.0/focal/amd64/Dockerfile @@ -28,7 +28,7 @@ ENV MicrosoftProductionDiagnostics_UtilsPath=/diag/Utils/ProductionBreakpointsUt # Install Visual Studio Debugger # Check the repo's README for version compatibility with Visual Studio RUN curl -SL --output getvsdbg.sh "https://aka.ms/getvsdbgsh" \ - && sh ./getvsdbg.sh -v vs2019 -l /diag/vsdbg \ + && sh ./getvsdbg.sh -v 17.2.10518.1 -l /diag/vsdbg \ && rm getvsdbg.sh # Remove package lists to save space; can be restored with 'apt-get update'