Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/javascript-node-mongo/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:1-${templateOption:imageVariant}
FROM mcr.microsoft.com/devcontainers/javascript-node:4-${templateOption:imageVariant}

# Install MongoDB command line tools - though mongo-database-tools not available on arm64
ARG MONGO_TOOLS_VERSION=6.0
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Node.js version (use -bullseye variants on local arm64/Apple Silicon): | string | 22-bookworm |
| imageVariant | Node.js version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 24-trixie |

This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.

Expand Down
14 changes: 9 additions & 5 deletions src/javascript-node-mongo/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "javascript-node-mongo",
"version": "4.0.2",
"version": "5.0.0",
"name": "Node.js & Mongo DB",
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.",
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint and yarn in a container linked to a Mongo DB.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
Expand All @@ -11,13 +11,17 @@
"type": "string",
"description": "Node.js version (use -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"24-trixie",
"24-bookworm",
"24-bullseye",
"22-trixie",
"22-bookworm",
"22-bullseye",
"20-trixie",
"20-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
"default": "24-trixie"
}
},
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node-postgres/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:1-${templateOption:imageVariant}
FROM mcr.microsoft.com/devcontainers/javascript-node:4-${templateOption:imageVariant}

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and ya

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Node.js version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 22-bookworm |
| imageVariant | Node.js version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 24-trixie |

This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.

Expand Down
16 changes: 9 additions & 7 deletions src/javascript-node-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "javascript-node-postgres",
"version": "4.0.2",
"version": "5.0.0",
"name": "Node.js & PostgreSQL",
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container",
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint and yarn in a container linked to a Postgres DB container",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
Expand All @@ -11,15 +11,17 @@
"type": "string",
"description": "Node.js version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"24-trixie",
"24-bookworm",
"24-bullseye",
"22-trixie",
"22-bookworm",
"22-bullseye",
"20-trixie",
"20-bookworm",
"20-bullseye",
"18-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
"default": "24-trixie"
}
},
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-${templateOption:imageVariant}"
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-${templateOption:imageVariant}"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Node.js version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 22-bookworm |
| imageVariant | Node.js version (use -trixie, -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 24-trixie |

This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.

Expand Down
16 changes: 9 additions & 7 deletions src/javascript-node/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "javascript-node",
"version": "4.0.2",
"version": "5.0.0",
"name": "Node.js & JavaScript",
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.",
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm and yarn.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node",
"publisher": "Dev Container Spec Maintainers",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
Expand All @@ -11,15 +11,17 @@
"type": "string",
"description": "Node.js version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"24-trixie",
"24-bookworm",
"24-bullseye",
"22-trixie",
"22-bookworm",
"22-bullseye",
"20-trixie",
"20-bookworm",
"20-bullseye",
"18-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
"default": "24-trixie"
}
},
"platforms": [
Expand Down
Loading