From 482e8c61468c4cf2784510769d0336df3d724aec Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Tue, 22 Jan 2019 12:29:41 -0800 Subject: [PATCH] Add Snapshot Debugger 2.0.1 release. (#2) --- 2.2/alpine3.8/amd64/Dockerfile | 4 ++-- 2.2/bionic/amd64/Dockerfile | 4 ++-- 2.2/stretch-slim/amd64/Dockerfile | 4 ++-- CHECKSUMS | 6 ++++++ README.md | 6 +++--- RELEASES.md | 10 ++++++++-- releases.json | 13 +++++++++++++ 7 files changed, 36 insertions(+), 11 deletions(-) diff --git a/2.2/alpine3.8/amd64/Dockerfile b/2.2/alpine3.8/amd64/Dockerfile index 6bccbc5..82a7812 100644 --- a/2.2/alpine3.8/amd64/Dockerfile +++ b/2.2/alpine3.8/amd64/Dockerfile @@ -5,8 +5,8 @@ RUN apk update \ && apk add libxml2 libuuid libunwind # Install Visual Studio Snapshot Debugger -ARG VSSNAPSHOTDEBUGGER_VERSION=1.2.2 -ARG VSSNAPSHOTDEBUGGER_SHA512=2e74a03fb244fb2378f7841d4615f69976ee4af6d5943037d57dc0b3e643bccae6f14b1ac884862040ae70975387586d12861ff2b8520574f2568f12d82b1876 +ARG VSSNAPSHOTDEBUGGER_VERSION=2.0.1 +ARG VSSNAPSHOTDEBUGGER_SHA512=9d695d2ae9db2cf00cca429c798727563931743cfd7762e19002b397616e7a830f22d821b33a28550fa51152d7f55336bf284bf57aae03ada746605414be1c34 RUN wget -O vssnapshotdebugger.tar.gz "https://aka.ms/vssnapshotdebugger/release/${VSSNAPSHOTDEBUGGER_VERSION}/vssnapshotdebugger-${VSSNAPSHOTDEBUGGER_VERSION}-linux-musl-x64.tar.gz" \ && echo "${VSSNAPSHOTDEBUGGER_SHA512} vssnapshotdebugger.tar.gz" | sha512sum -c - \ && mkdir -p /diag \ diff --git a/2.2/bionic/amd64/Dockerfile b/2.2/bionic/amd64/Dockerfile index 97e3fd6..cdb1c96 100644 --- a/2.2/bionic/amd64/Dockerfile +++ b/2.2/bionic/amd64/Dockerfile @@ -6,8 +6,8 @@ RUN apt-get update \ curl libxml2 uuid libunwind8 # Install Visual Studio Snapshot Debugger -ARG VSSNAPSHOTDEBUGGER_VERSION=1.2.2 -ARG VSSNAPSHOTDEBUGGER_SHA512=a46f2a6945271ce5bc4da99b6f0bb0a3d5c15de4e39ca96d8ab9c9e2ad6b89a22774f972b1b7c76de337853cef887e7ff4ca981da25a12141cb7f1c8f72c8d44 +ARG VSSNAPSHOTDEBUGGER_VERSION=2.0.1 +ARG VSSNAPSHOTDEBUGGER_SHA512=58d417a6e1d09dc4acfa39dd2c1c801f73a147a3fd931c18daf9908fbeda877c307342497c049fd2864343958b5385c1cc31202ecfe6c8b0b16b64b07866310c RUN curl -SL --output vssnapshotdebugger.tar.gz "https://aka.ms/vssnapshotdebugger/release/${VSSNAPSHOTDEBUGGER_VERSION}/vssnapshotdebugger-${VSSNAPSHOTDEBUGGER_VERSION}-linux-x64.tar.gz" \ && echo "${VSSNAPSHOTDEBUGGER_SHA512} vssnapshotdebugger.tar.gz" | sha512sum -c - \ && mkdir -p /diag \ diff --git a/2.2/stretch-slim/amd64/Dockerfile b/2.2/stretch-slim/amd64/Dockerfile index a499f9b..c59982c 100644 --- a/2.2/stretch-slim/amd64/Dockerfile +++ b/2.2/stretch-slim/amd64/Dockerfile @@ -6,8 +6,8 @@ RUN apt-get update \ curl libxml2 uuid libunwind8 # Install Visual Studio Snapshot Debugger -ARG VSSNAPSHOTDEBUGGER_VERSION=1.2.2 -ARG VSSNAPSHOTDEBUGGER_SHA512=a46f2a6945271ce5bc4da99b6f0bb0a3d5c15de4e39ca96d8ab9c9e2ad6b89a22774f972b1b7c76de337853cef887e7ff4ca981da25a12141cb7f1c8f72c8d44 +ARG VSSNAPSHOTDEBUGGER_VERSION=2.0.1 +ARG VSSNAPSHOTDEBUGGER_SHA512=58d417a6e1d09dc4acfa39dd2c1c801f73a147a3fd931c18daf9908fbeda877c307342497c049fd2864343958b5385c1cc31202ecfe6c8b0b16b64b07866310c RUN curl -SL --output vssnapshotdebugger.tar.gz "https://aka.ms/vssnapshotdebugger/release/${VSSNAPSHOTDEBUGGER_VERSION}/vssnapshotdebugger-${VSSNAPSHOTDEBUGGER_VERSION}-linux-x64.tar.gz" \ && echo "${VSSNAPSHOTDEBUGGER_SHA512} vssnapshotdebugger.tar.gz" | sha512sum -c - \ && mkdir -p /diag \ diff --git a/CHECKSUMS b/CHECKSUMS index 0cbfbe9..2b545ef 100644 --- a/CHECKSUMS +++ b/CHECKSUMS @@ -1,3 +1,9 @@ +Version: 2.0.1 +Hash: SHA512 + +58d417a6e1d09dc4acfa39dd2c1c801f73a147a3fd931c18daf9908fbeda877c307342497c049fd2864343958b5385c1cc31202ecfe6c8b0b16b64b07866310c vssnapshotdebugger-2.0.1-linux-x64.tar.gz +9d695d2ae9db2cf00cca429c798727563931743cfd7762e19002b397616e7a830f22d821b33a28550fa51152d7f55336bf284bf57aae03ada746605414be1c34 vssnapshotdebugger-2.0.1-linux-musl-x64.tar.gz + Version: 1.2.2 Hash: SHA512 diff --git a/README.md b/README.md index e9f3a52..507f990 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The Dockerfiles do not take a dependency on the Docker build context, thus they ## Latest Release -### Version: 1.2.2 +### Version: 2.0.1 File Name | Description :---------|:----------- -[vssnapshotdebugger-1.2.2-linux-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/1.2.2/vssnapshotdebugger-1.2.2-linux-x64.tar.gz) | For glibc based OS - most common -[vssnapshotdebugger-1.2.2-linux-musl-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/1.2.2/vssnapshotdebugger-1.2.2-linux-musl-x64.tar.gz) | For musl based OS, such as Alpine Linux +[vssnapshotdebugger-2.0.1-linux-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.1/vssnapshotdebugger-2.0.1-linux-x64.tar.gz) | For glibc based OS - most common +[vssnapshotdebugger-2.0.1-linux-musl-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.1/vssnapshotdebugger-2.0.1-linux-musl-x64.tar.gz) | For musl based OS, such as Alpine Linux ### Additional Information diff --git a/RELEASES.md b/RELEASES.md index 37c4b1d..4f4054e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,14 +8,20 @@ See [checksums](https://github.com/microsoft/vssnapshotdebugger-docker/blob/mast ## Latest Release +### Version: 2.0.1 +File Name | Description +:---------|:----------- +[vssnapshotdebugger-2.0.1-linux-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.1/vssnapshotdebugger-2.0.1-linux-x64.tar.gz) | For glibc based OS - most common +[vssnapshotdebugger-2.0.1-linux-musl-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.1/vssnapshotdebugger-2.0.1-linux-musl-x64.tar.gz) | For musl based OS, such as Alpine Linux + +## Previous Releases + ### Version: 1.2.2 File Name | Description :---------|:----------- [vssnapshotdebugger-1.2.2-linux-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/1.2.2/vssnapshotdebugger-1.2.2-linux-x64.tar.gz) | For glibc based OS - most common [vssnapshotdebugger-1.2.2-linux-musl-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/1.2.2/vssnapshotdebugger-1.2.2-linux-musl-x64.tar.gz) | For musl based OS, such as Alpine Linux -## Previous Releases - ### Version: 1.2.1 File Name | Description :---------|:----------- diff --git a/releases.json b/releases.json index eca1184..8019aeb 100644 --- a/releases.json +++ b/releases.json @@ -25,5 +25,18 @@ "uri": "https://aka.ms/vssnapshotdebugger/release/${Version}/vssnapshotdebugger-${Version}-linux-musl-x64.tar.gz", "sha512": "2e74a03fb244fb2378f7841d4615f69976ee4af6d5943037d57dc0b3e643bccae6f14b1ac884862040ae70975387586d12861ff2b8520574f2568f12d82b1876" }] + },{ + "version": "2.0.1", + "files": [{ + "name": "vssnapshotdebugger-${Version}-linux-x64.tar.gz", + "description": "For glibc based OS - most common", + "uri": "https://aka.ms/vssnapshotdebugger/release/${Version}/vssnapshotdebugger-${Version}-linux-x64.tar.gz", + "sha512": "58d417a6e1d09dc4acfa39dd2c1c801f73a147a3fd931c18daf9908fbeda877c307342497c049fd2864343958b5385c1cc31202ecfe6c8b0b16b64b07866310c" + },{ + "name": "vssnapshotdebugger-${Version}-linux-musl-x64.tar.gz", + "description": "For musl based OS, such as Alpine Linux", + "uri": "https://aka.ms/vssnapshotdebugger/release/${Version}/vssnapshotdebugger-${Version}-linux-musl-x64.tar.gz", + "sha512": "9d695d2ae9db2cf00cca429c798727563931743cfd7762e19002b397616e7a830f22d821b33a28550fa51152d7f55336bf284bf57aae03ada746605414be1c34" + }] }] } \ No newline at end of file