From f143a47c9b3fadc9b89f65bcef87448765354cd2 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 30 Aug 2022 19:20:55 +0000 Subject: [PATCH] update readme [skip ci] --- src/cpp/README.md | 2 +- src/go/README.md | 2 +- src/java-8/README.md | 2 +- src/java/README.md | 2 +- src/javascript-node/README.md | 2 +- src/jekyll/README.md | 2 +- src/php/README.md | 2 +- src/python/README.md | 2 +- src/ruby/README.md | 2 +- src/rust/README.md | 2 +- src/typescript-node/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/cpp/README.md b/src/cpp/README.md index 96f040a46..b369de4f2 100644 --- a/src/cpp/README.md +++ b/src/cpp/README.md @@ -36,7 +36,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/cpp:0.205-bullseye` - `mcr.microsoft.com/devcontainers/cpp:0.205.0-bullseye` -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-debian-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-debian-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/cpp/tags/list). diff --git a/src/go/README.md b/src/go/README.md index cc9e97b6b..4a08bb3a5 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/go:0.207-1.19` (or `0.207-1.19-bullseye`, `0.207-1.19-buster`) - `mcr.microsoft.com/devcontainers/go:0.207.1-1.19` (or `0.207.1-1.19-bullseye`, `0.207.1-1.19-buster`) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/go/tags/list). diff --git a/src/java-8/README.md b/src/java-8/README.md index febd5344b..c761e62b9 100644 --- a/src/java-8/README.md +++ b/src/java-8/README.md @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/java:1.0-8` (or `1.0-8-bullseye`, `1.0-8-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/java:1.0.0-8` (or `1.0.0-8-bullseye`, `1.0.0-8-buster` to pin to an OS version) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `1-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `1-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/java/tags/list). diff --git a/src/java/README.md b/src/java/README.md index 5d06e4325..05041c3d8 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/java:0.205-11` (or `0.205-11-bullseye`, `0.205-11-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/java:0.205.0-11` (or `0.205.0-11-bullseye`, `0.205.0-11-buster` to pin to an OS version) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/java/tags/list). diff --git a/src/javascript-node/README.md b/src/javascript-node/README.md index 71c3c8ee6..2c556c698 100644 --- a/src/javascript-node/README.md +++ b/src/javascript-node/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/typescript-node:0.204-16` (or `0.204-16-bullseye`, `0.204-16-buster`) - `mcr.microsoft.com/devcontainers/typescript-node:0.204.0-16` (or `0.204.0-16-bullseye`, `0.204.0-16-buster`) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. Beyond Node.js and `git`, this image / `Dockerfile` includes `eslint`, `zsh`, [Oh My Zsh!](https://ohmyz.sh/), a non-root `node` user with `sudo` access, and a set of common dependencies for development. [Node Version Manager](https://github.com/nvm-sh/nvm) (`nvm`) is also included in case you need to use a different version of Node.js than the one included in the image. diff --git a/src/jekyll/README.md b/src/jekyll/README.md index c8aca7a1b..6fe3089bf 100644 --- a/src/jekyll/README.md +++ b/src/jekyll/README.md @@ -37,7 +37,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/jekyll:0.1` (or `0.1-bullseye`, `0.1-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/jekyll:0.1.6` (or `0.1.6-bullseye`, `0.1.6-buster` to pin to an OS version) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-bullseye`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-bullseye`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/jekyll/tags/list). diff --git a/src/php/README.md b/src/php/README.md index c020ddffd..d84c745ef 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -34,7 +34,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/python:0.203-7` (or `0.203-7-bullseye`, `0.203-7-buster`) - `mcr.microsoft.com/devcontainers/python:0.203.3-7` (or `0.203.3-7-bullseye`, `0.203.3-7-buster`) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-7`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-7`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/php/tags/list). diff --git a/src/python/README.md b/src/python/README.md index e65568843..7c22c86b0 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -36,7 +36,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/python:0.203-3.9` (or `0.203-3.9-bullseye`, `0.203-3.9-buster`) - `mcr.microsoft.com/devcontainers/python:0.202.5-3.9` (or `0.202.5-3.9-bullseye`, `0.202.5-3.9-buster`) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-14`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-14`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/python/tags/list). diff --git a/src/ruby/README.md b/src/ruby/README.md index ef9c8f321..c52447039 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -34,7 +34,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/ruby:0.203-3` (or `0.203-3-bullseye`, `0.203-3-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/ruby:0.203.3-3` (or `0.203.3-3-bullseye`, `0.202.3-3-buster` to pin to an OS version) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-2.7`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-2.7`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list). diff --git a/src/rust/README.md b/src/rust/README.md index 784d4f6cc..4402f5863 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/rust:0.202-1` (or `0.202-1-bullseye`, `0.202-1-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/rust:0.202.0-1` (or `0.202.0-1-bullseye`, `0.202.0-1-buster` to pin to an OS version) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-1`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-1`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/rust/tags/list). diff --git a/src/typescript-node/README.md b/src/typescript-node/README.md index 9cce1533a..790c01f8e 100644 --- a/src/typescript-node/README.md +++ b/src/typescript-node/README.md @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/typescript-node:0.204-14` (or `0.203-14-bullseye`, `0.203-14-buster`) - `mcr.microsoft.com/devcontainers/typescript-node:0.204.0-14` (or `0.203.0-14-bullseye`, `0.203.0-14-buster`) -However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. +However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. Beyond TypeScript, Node.js, and `git`, this image / `Dockerfile` includes `eslint`, `zsh`, [Oh My Zsh!](https://ohmyz.sh/), a non-root `node` user with `sudo` access, and a set of common dependencies for development. Since `tslint` is [now fully deprecated](https://github.com/palantir/tslint/issues/4534), the image includes `tslint-to-eslint-config` globally to help you migrate.