Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README
  • Loading branch information
samruddhikhandale committed Jul 8, 2024
commit afa5951ca5fa7a48dbb15bbe3881bbb976869237
6 changes: 3 additions & 3 deletions src/anaconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:

- `mcr.microsoft.com/devcontainers/anaconda:0-3`
- `mcr.microsoft.com/devcontainers/anaconda:0.202-3`
- `mcr.microsoft.com/devcontainers/anaconda:0.202.6-3`
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.0-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.0.0-3`

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/anaconda/tags/list).

Expand Down
6 changes: 3 additions & 3 deletions src/miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:

- `mcr.microsoft.com/devcontainers/miniconda:0-3`
- `mcr.microsoft.com/devcontainers/miniconda:0.202-3`
- `mcr.microsoft.com/devcontainers/miniconda:0.202.3-3`
- `mcr.microsoft.com/devcontainers/miniconda:1-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.0-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.0.0-3`

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/miniconda/tags/list).

Expand Down