From b8b12171e7f2788cbe5b729c8470087878130e51 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 27 Jun 2022 19:54:32 +0000 Subject: [PATCH] bump breakfix to rebuild all images (vscode endgame) --- containers/alpine/definition-manifest.json | 2 +- containers/codespaces-linux/definition-manifest.json | 2 +- containers/cpp/definition-manifest.json | 2 +- containers/debian/definition-manifest.json | 2 +- containers/dotnet/definition-manifest.json | 2 +- containers/go/definition-manifest.json | 2 +- containers/java/definition-manifest.json | 2 +- containers/javascript-node/definition-manifest.json | 2 +- containers/php/definition-manifest.json | 2 +- containers/python-3-anaconda/definition-manifest.json | 2 +- containers/python-3-miniconda/definition-manifest.json | 2 +- containers/ruby/definition-manifest.json | 2 +- containers/rust/definition-manifest.json | 2 +- containers/typescript-node/definition-manifest.json | 2 +- containers/ubuntu/definition-manifest.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/containers/alpine/definition-manifest.json b/containers/alpine/definition-manifest.json index 8edd684b89..c432d534aa 100644 --- a/containers/alpine/definition-manifest.json +++ b/containers/alpine/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["3.15", "3.14", "3.13"], - "definitionVersion": "0.204.3", + "definitionVersion": "0.204.4", "build": { "latest": false, "rootDistro": "alpine", diff --git a/containers/codespaces-linux/definition-manifest.json b/containers/codespaces-linux/definition-manifest.json index d47a9abf8f..11fd4a80b3 100644 --- a/containers/codespaces-linux/definition-manifest.json +++ b/containers/codespaces-linux/definition-manifest.json @@ -1,5 +1,5 @@ { - "definitionVersion": "2.0.2", + "definitionVersion": "2.0.3", "build": { "latest": true, "rootDistro": "debian", diff --git a/containers/cpp/definition-manifest.json b/containers/cpp/definition-manifest.json index d7286cfe62..382447aab8 100644 --- a/containers/cpp/definition-manifest.json +++ b/containers/cpp/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["bullseye", "buster", "jammy", "focal", "bionic"], - "definitionVersion": "0.205.0", + "definitionVersion": "0.205.1", "build": { "latest": "bullseye", "parent": { diff --git a/containers/debian/definition-manifest.json b/containers/debian/definition-manifest.json index 1465408889..770ace1128 100644 --- a/containers/debian/definition-manifest.json +++ b/containers/debian/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["buster", "bullseye", "stretch"], - "definitionVersion": "0.202.6", + "definitionVersion": "0.202.7", "build": { "latest": "bullseye", "rootDistro": "debian", diff --git a/containers/dotnet/definition-manifest.json b/containers/dotnet/definition-manifest.json index 0643bff856..84948645cf 100644 --- a/containers/dotnet/definition-manifest.json +++ b/containers/dotnet/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["6.0-bullseye-slim", "6.0-focal", "3.1-bullseye", "3.1-focal"], - "definitionVersion": "0.203.1", + "definitionVersion": "0.203.2", "build": { "latest": "6.0-bullseye-slim", "rootDistro": "debian", diff --git a/containers/go/definition-manifest.json b/containers/go/definition-manifest.json index 0bce74f5ba..fd8068454c 100644 --- a/containers/go/definition-manifest.json +++ b/containers/go/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["1.18-bullseye", "1.18-buster", "1.17-bullseye", "1.17-buster"], - "definitionVersion": "0.206.1", + "definitionVersion": "0.206.2", "build": { "latest": "1.18-bullseye", "rootDistro": "debian", diff --git a/containers/java/definition-manifest.json b/containers/java/definition-manifest.json index 48fa3fcfee..23618eadb9 100644 --- a/containers/java/definition-manifest.json +++ b/containers/java/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": [ "17-bullseye", "17-buster", "11-bullseye", "11-buster" ], - "definitionVersion": "0.205.3", + "definitionVersion": "0.205.4", "build": { "latest": "17-bullseye", "rootDistro": "debian", diff --git a/containers/javascript-node/definition-manifest.json b/containers/javascript-node/definition-manifest.json index 13592c38f6..e87721b9c0 100644 --- a/containers/javascript-node/definition-manifest.json +++ b/containers/javascript-node/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["18-bullseye", "16-bullseye", "14-bullseye", "18-buster", "16-buster", "14-buster"], - "definitionVersion": "0.204.0", + "definitionVersion": "0.204.1", "build": { "latest": "18-bullseye", "rootDistro": "debian", diff --git a/containers/php/definition-manifest.json b/containers/php/definition-manifest.json index 813fdeb2bd..da152b5ddd 100644 --- a/containers/php/definition-manifest.json +++ b/containers/php/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["8.1-apache-bullseye", "8.0-apache-bullseye", "7.4-apache-bullseye", "8.1-apache-buster", "8.0-apache-buster", "7.4-apache-buster" ], - "definitionVersion": "0.203.3", + "definitionVersion": "0.203.4", "build": { "latest": "8.1-apache-bullseye", "rootDistro": "debian", diff --git a/containers/python-3-anaconda/definition-manifest.json b/containers/python-3-anaconda/definition-manifest.json index 26ec54e370..cc0e84affb 100644 --- a/containers/python-3-anaconda/definition-manifest.json +++ b/containers/python-3-anaconda/definition-manifest.json @@ -1,5 +1,5 @@ { - "definitionVersion": "0.202.6", + "definitionVersion": "0.202.7", "build": { "latest": true, "rootDistro": "debian", diff --git a/containers/python-3-miniconda/definition-manifest.json b/containers/python-3-miniconda/definition-manifest.json index 860c8de461..f77a24b1d8 100644 --- a/containers/python-3-miniconda/definition-manifest.json +++ b/containers/python-3-miniconda/definition-manifest.json @@ -1,5 +1,5 @@ { - "definitionVersion": "0.202.3", + "definitionVersion": "0.202.4", "build": { "latest": true, "rootDistro": "debian", diff --git a/containers/ruby/definition-manifest.json b/containers/ruby/definition-manifest.json index 886a976ae6..40ae29f189 100644 --- a/containers/ruby/definition-manifest.json +++ b/containers/ruby/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["3.1-bullseye", "3.0-bullseye", "2.7-bullseye", "3.1-buster", "3.0-buster", "2.7-buster"], - "definitionVersion": "0.203.3", + "definitionVersion": "0.203.4", "build": { "latest": "3.1-bullseye", "rootDistro": "debian", diff --git a/containers/rust/definition-manifest.json b/containers/rust/definition-manifest.json index 1186ae9801..9622ae50c0 100644 --- a/containers/rust/definition-manifest.json +++ b/containers/rust/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["buster", "bullseye"], - "definitionVersion": "0.202.0", + "definitionVersion": "0.202.1", "build": { "latest": "bullseye", "rootDistro": "debian", diff --git a/containers/typescript-node/definition-manifest.json b/containers/typescript-node/definition-manifest.json index cfb3509420..fbf8bd63b8 100644 --- a/containers/typescript-node/definition-manifest.json +++ b/containers/typescript-node/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["18-bullseye", "16-bullseye", "14-bullseye", "18-buster", "16-buster", "14-buster"], - "definitionVersion": "0.204.0", + "definitionVersion": "0.204.1", "build": { "latest": "16-buster", "rootDistro": "debian", diff --git a/containers/ubuntu/definition-manifest.json b/containers/ubuntu/definition-manifest.json index dac691dd8a..1a758190a5 100644 --- a/containers/ubuntu/definition-manifest.json +++ b/containers/ubuntu/definition-manifest.json @@ -1,6 +1,6 @@ { "variants": ["jammy", "focal", "bionic"], - "definitionVersion": "0.203.0", + "definitionVersion": "0.203.1", "build": { "latest": false, "rootDistro": "debian",