GitHub
github.com › devcontainers › images
GitHub - devcontainers/images: Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers · GitHub
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers - devcontainers/images
Starred by 2K users
Forked by 908 users
Languages Shell 46.3% | JavaScript 43.1% | Dockerfile 7.7% | Java 1.0% | Python 0.7% | C# 0.3%
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › base › about
Base Development Container Images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
GitHub
github.com › microsoft › vscode-dev-containers
GitHub - microsoft/vscode-dev-containers: NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own! · GitHub
November 30, 2023 - At its simplest, all you need is a .devcontainer/devcontainer.json file in your project that references an image, Dockerfile, or docker-compose.yml, and a few properties. You can adapt it for use in a wide variety of situations. ... We've migrated most of the contents of this repo to the devcontainers GitHub org, as part of the work on the open Dev Container specification. Features managed by the Dev Container spec maintainers are now in devcontainers/features. Definitions/Templates managed by the Dev Container spec maintainers are now in devcontainers/templates. mcr.microsoft.com/devcontainers and mcr.microsoft.com/vscode/devcontainers images are now published from devcontainers/images.
Starred by 4.7K users
Forked by 1.4K users
Languages Shell 78.1% | Dockerfile 8.2% | JavaScript 7.0% | Jupyter Notebook 4.4% | Python 0.9% | C# 0.4%
GitHub
github.com › microsoft › vscode-dev-containers › blob › main › containers › cpp › .devcontainer › base.Dockerfile
vscode-dev-containers/containers/cpp/.devcontainer/base.Dockerfile at main · microsoft/vscode-dev-containers
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT} · # Install needed packages. Use a separate RUN statement to add your own dependencies. COPY library-scripts/meta.env /usr/local/etc/vscode-dev-containers ·
Author microsoft
Docker Hub
hub.docker.com › r › microsoft › vscode-devcontainers
microsoft/vscode-devcontainers - Docker Image
See the Remote - Containers and GitHub Codespaces documentation for more information. You are also free to use these images on their own as you see fit. For example: docker run -it --init --rm mcr.microsoft.com/vscode/devcontainers/base:0-buster Copy
GitHub
github.com › microsoft › vscode-dev-containers › blob › main › containers › python-3 › README.md
vscode-dev-containers/containers/python-3/README.md at main · microsoft/vscode-dev-containers
You can also directly reference pre-built versions of .devcontainer/base.Dockerfile by using the image property in .devcontainer/devcontainer.json or updating the FROM statement in your own Dockerfile with one of the following: mcr.microsoft.com/vscode/devcontainers/python:3 (latest) mcr.microsoft.com/vscode/devcontainers/python:3.6 (or 3.6-bullseye, 3.6-buster to pin to an OS version) mcr.microsoft.com/vscode/devcontainers/python:3.7 (or 3.7-bullseye, 3.7-buster to pin to an OS version) mcr.microsoft.com/vscode/devcontainers/python:3.8 (or 3.8-bullseye, 3.8-buster to pin to an OS version) mcr.microsoft.com/vscode/devcontainers/python:3.9 (or 3.9-bullseye, 3.9-buster to pin to an OS version) mcr.microsoft.com/vscode/devcontainers/python:3.10 (or 3.10-bullseye, 3.10-buster to pin to an OS version) You can decide how often you want updates by referencing a semantic version of each image.
Author microsoft
Docker Hub
hub.docker.com › r › microsoft › devcontainers
microsoft/devcontainers - Docker Image
mcr.microsoft.com/devcontainers/typescript-node (Details, All tags)
GitHub
github.com › microsoft › vscode-dev-containers › issues › 532
Images have moved to https://github.com/devcontainers/images · Issue #532 · microsoft/vscode-dev-containers
August 31, 2020 - mcr.microsoft.com/vscode/devcontainers/base:alpine-3.13 · Alpine · 3.14 · June 15th, 2021 · May 1st, 2023 · mcr.microsoft.com/vscode/devcontainers/base:alpine-3.14 · Alpine · 3.15 · Nov 24th, 2021 · Nov 1st, 2023 · mcr.microsoft.com/vscode/devcontainers/base:alpine-3.15 ·
Author Chuxel
Docker Hub
hub.docker.com › r › microsoft › devcontainers-base
microsoft/devcontainers-base - Docker Image
mcr.microsoft.com/devcontainers/base:trixie (or debian-13)
GitHub
github.com › devcontainers › images › discussions › 1690
Container images: mcr.microsoft.com vs GitHub DevContainers ghcr.io/devcontainers? · devcontainers/images · Discussion #1690
Background I am trying to do add a DevContainer setup for a Python project. The VSCode extension/DevContainer itself recommended mcr.microsoft.com/devcontainers/python:2-3.14-trixie (yes this exact...
Author devcontainers
GitHub
github.com › devcontainers › images › blob › main › src › universal › .devcontainer › Dockerfile
images/src/universal/.devcontainer/Dockerfile at main · devcontainers/images
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers - images/src/universal/.devcontainer/Dockerfile at main · devcontainers/images
Author devcontainers
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › python › about
Microsoft Artifact Registry
You can directly reference pre-built versions of Dockerfile by using the image property in .devcontainer/devcontainer.json or updating the FROM statement in your own Dockerfile with one of the following: ... mcr.microsoft.com/devcontainers/python:3.14 (or 3.14-trixie, 3.14-bookworm to pin to an OS version) Refer to this guide for more details.
GitHub
github.com › devcontainers › features
GitHub - devcontainers/features: A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own · GitHub
"name": "my-project-devcontainer", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Any generic, debian-based image.
Starred by 1.4K users
Forked by 591 users
Languages Shell
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › ise developer blog › development containers simplified
Development Containers Simplified - ISE Developer Blog
July 18, 2024 - { "name": "Java 17", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/devcontainers/features/java:1": { "version": "17", "installMaven": "true", "installGradle": "false" }, "ghcr.io/devcontainers/features/azure-cli:1":{}, // Install Azure CLI "ghcr.io/devcontainers/features/docker-in-docker:2":{}, // install docker } } In case you need to execute commands or add more tools that are not supported by features, you can use lifecycle scripts to execute these commands at different points in the container’s lifecycle.
GitHub
github.com › devcontainers › images › issues › 170
`mcr.microsoft.com/devcontainers/base:ubuntu` is still focal? · Issue #170 · devcontainers/images
October 22, 2022 - The README says it is the latest LTS version, but it doesn't seem to be the case. images/src/base-ubuntu/README.md Line 24 in 35c84ed - `mcr.microsoft.com/devcontainers/base:ubuntu` (latest LTS release) Note that docker.io/library/ubuntu...
Author eitsupi
Substack
geekingoutpodcast.substack.com › p › things-i-learned-from-creating-a
Things I Learned from Creating a Dev Container for the OpenTelemetry Demo
July 23, 2024 - docker pull --platform linux/amd64 mcr.microsoft.com/devcontainers/base:ubuntu · Not sure what base image to use? For a full list of available dev container images, check out the image registry. If you’re curious to see what goes into the various images, you can check out the dev containers image GitHub repository.