|
1 | 1 | // For format details, see https://aka.ms/devcontainer.json. For config options, see the |
2 | 2 | { |
3 | 3 | "name": "Container - Cloudflare Pages Action", |
4 | | - "image": "mcr.microsoft.com/devcontainers/base:jammy", |
| 4 | + // mcr.microsoft.com/devcontainers/base:jammy |
| 5 | + "image": "mcr.microsoft.com/devcontainers/base:jammy@sha256:f2d74267998cfe76acefa5cc8d19ccc86bb2ba4520a5ad2b218def9566dc04cd", |
5 | 6 | "customizations": { |
6 | 7 | "vscode": { |
7 | 8 | "extensions": [ |
8 | | - "eamodio.gitlens", |
9 | | - "oxc.oxc-vscode", |
10 | | - "github.vscode-github-actions", |
11 | | - "yoavbls.pretty-ts-errors", |
12 | | - "redhat.vscode-yaml", |
13 | | - "GraphQL.vscode-graphql", |
14 | | - "GraphQL.vscode-graphql-syntax", |
15 | | - "vitest.explorer", |
16 | | - "webpro.vscode-knip" |
17 | | - ] |
| 9 | + "eamodio.gitlens@2026.5.230538", |
| 10 | + "github.vscode-github-actions@0.31.5", |
| 11 | + "GraphQL.vscode-graphql-syntax@1.3.10", |
| 12 | + "GraphQL.vscode-graphql@0.13.4", |
| 13 | + "oxc.oxc-vscode@1.56.0", |
| 14 | + "redhat.vscode-yaml@1.24.2026052209", |
| 15 | + "vitest.explorer@1.50.4", |
| 16 | + "webpro.vscode-knip@2.1.5", |
| 17 | + "yoavbls.pretty-ts-errors@0.8.7" |
| 18 | + ], |
| 19 | + "settings": { |
| 20 | + "extensions.autoUpdate": false, |
| 21 | + "extensions.autoCheckUpdates": true |
| 22 | + } |
18 | 23 | } |
19 | 24 | }, |
20 | 25 | "postCreateCommand": "sed -i '/^ZSH_THEME/c\\ZSH_THEME=\"bira\"' ~/.zshrc && pnpm i && pre-commit install", |
21 | 26 | "updateContentCommand": "rm -rf .cache && pnpm i && pre-commit install", |
22 | 27 | "features": { |
23 | | - "ghcr.io/devcontainers-extra/features/act:1": {}, |
24 | | - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, |
25 | | - "ghcr.io/devcontainers/features/node:2": { |
| 28 | + "ghcr.io/devcontainers-extra/features/act:1.0.15": {}, |
| 29 | + "ghcr.io/devcontainers/features/docker-outside-of-docker:1.10.0": {}, |
| 30 | + "ghcr.io/devcontainers/features/node:2.0.0": { |
26 | 31 | "version": "24.7.0", |
27 | 32 | "pnpmVersion": "11.0.8" |
28 | 33 | }, |
29 | | - "ghcr.io/devcontainers/features/github-cli:1": {}, |
30 | | - "ghcr.io/devcontainers-extra/features/pre-commit:2": {}, |
31 | | - "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {} |
| 34 | + "ghcr.io/devcontainers/features/github-cli:1.1.0": {}, |
| 35 | + "ghcr.io/devcontainers-extra/features/pre-commit:2.0.18": {}, |
| 36 | + "ghcr.io/anthropics/devcontainer-features/claude-code:1.0.5": {} |
32 | 37 | }, |
33 | 38 | "containerEnv": { |
34 | 39 | "CLAUDE_CONFIG_DIR": "/home/vscode/.claude" |
|
0 commit comments