File tree Expand file tree Collapse file tree
cpp-mariadb/.devcontainer
java-postgres/.devcontainer
javascript-node-mongo/.devcontainer
javascript-node-postgres/.devcontainer
javascript-node/.devcontainer
ruby-rails-postgres/.devcontainer
typescript-node/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/cpp:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/cpp:2 -${templateOption:imageVariant}
22
33# Everything below this is needed for installing MariaDB
44# Instructions are copied and modified from: https://mariadb.com/docs/clients/mariadb-connectors/connector-cpp/install/
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/cpp:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/cpp:2 -${templateOption:imageVariant}
22
33ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="${templateOption:reinstallCmakeVersionFromSource}"
44
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/java:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/java:3 -${templateOption:imageVariant}
22
33ARG INSTALL_MAVEN="${templateOption:installMaven}"
44ARG MAVEN_VERSION=""
Original file line number Diff line number Diff line change 33{
44 "name" : " Java" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/java:1 -${templateOption:imageVariant}" ,
6+ "image" : " mcr.microsoft.com/devcontainers/java:3 -${templateOption:imageVariant}" ,
77
88 "features" : {
99 "ghcr.io/devcontainers/features/java:1" : {
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/javascript-node:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/javascript-node:4 -${templateOption:imageVariant}
22
33# Install MongoDB command line tools - though mongo-database-tools not available on arm64
44ARG MONGO_TOOLS_VERSION=6.0
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/javascript-node:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/javascript-node:4 -${templateOption:imageVariant}
22
33# [Optional] Uncomment this section to install additional OS packages.
44# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change 33{
44 "name" : " Node.js" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/javascript-node:1 -${templateOption:imageVariant}"
6+ "image" : " mcr.microsoft.com/devcontainers/javascript-node:4 -${templateOption:imageVariant}"
77
88 // Features to add to the dev container. More info: https://containers.dev/features.
99 // "features": {},
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/python:1 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/python:3 -${templateOption:imageVariant}
22
33ENV PYTHONUNBUFFERED 1
44
Original file line number Diff line number Diff line change 33{
44 "name" : " Python 3" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/python:2 -${templateOption:imageVariant}"
6+ "image" : " mcr.microsoft.com/devcontainers/python:3 -${templateOption:imageVariant}"
77
88 // Features to add to the dev container. More info: https://containers.dev/features.
99 // "features": {},
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/ruby:2 -${templateOption:imageVariant}
1+ FROM mcr.microsoft.com/devcontainers/ruby:3 -${templateOption:imageVariant}
22
33# Install Rails
44RUN su vscode -c "gem install rails webdrivers"
You can’t perform that action at this time.
0 commit comments