Skip to content

Commit 5438454

Browse files
committed
Merge remote-tracking branch 'upstream/main' into history-issues-fix
# Conflicts: # src/java-8/manifest.json
2 parents 54b1ce6 + bed3eb2 commit 5438454

54 files changed

Lines changed: 108 additions & 123 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/anaconda/.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"features": {
33
"ghcr.io/devcontainers/features/git:1": {
4-
"version": "1.3.5",
5-
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
6-
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
4+
"version": "1.3.7",
5+
"resolved": "ghcr.io/devcontainers/features/git@sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a",
6+
"integrity": "sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a"
77
},
88
"ghcr.io/devcontainers/features/node:1": {
99
"version": "1.7.1",

src/anaconda/.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"ghcr.io/devcontainers/features/node:1": {
88
"version": "none"
99
},
10+
// This is only anaconda and miniconda specific setting for git feature config.
11+
// As the git installation from source has been broken for these images since the
12+
// advent of git 2.51.0 in Aug, 2025.
1013
"ghcr.io/devcontainers/features/git:1": {
11-
"version": "latest",
12-
"ppa": "false"
14+
"version": "os-provided"
1315
}
1416
},
1517
// Configure tool-specific properties.

src/anaconda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3030

3131
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
3232
- `mcr.microsoft.com/devcontainers/anaconda:1.3-3`
33-
- `mcr.microsoft.com/devcontainers/anaconda:1.3.20-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.3.22-3`
3434

3535
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).
3636

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.20",
2+
"version": "1.3.22",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/base-alpine/.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"integrity": "sha256:cb0c4d3c276f157eed17935747e364178d75fee17f55c4e129966f64633deb3a"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
9-
"version": "1.3.5",
10-
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
11-
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
9+
"version": "1.3.7",
10+
"resolved": "ghcr.io/devcontainers/features/git@sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a",
11+
"integrity": "sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a"
1212
}
1313
}
1414
}

src/base-alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3333

3434
- `mcr.microsoft.com/devcontainers/base:4-alpine`
3535
- `mcr.microsoft.com/devcontainers/base:4.0-alpine`
36-
- `mcr.microsoft.com/devcontainers/base:4.0.0-alpine`
36+
- `mcr.microsoft.com/devcontainers/base:4.0.1-alpine`
3737

3838
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/base/tags/list).
3939

src/base-alpine/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.1",
33
"variants": [
44
"3.23",
55
"3.22",

src/base-debian/.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"integrity": "sha256:cb0c4d3c276f157eed17935747e364178d75fee17f55c4e129966f64633deb3a"
77
},
88
"ghcr.io/devcontainers/features/git:1": {
9-
"version": "1.3.5",
10-
"resolved": "ghcr.io/devcontainers/features/git@sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251",
11-
"integrity": "sha256:27905dc196c01f77d6ba8709cb82eeaf330b3b108772e2f02d1cd0d826de1251"
9+
"version": "1.3.7",
10+
"resolved": "ghcr.io/devcontainers/features/git@sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a",
11+
"integrity": "sha256:a3e43ff91b9f5f6bd2c14bd510d43e5e698f1266dc41027ba4e04e7e45be607a"
1212
}
1313
}
1414
}

src/base-debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht
3232

3333
- `mcr.microsoft.com/devcontainers/base:2-trixie`
3434
- `mcr.microsoft.com/devcontainers/base:2.1-trixie`
35-
- `mcr.microsoft.com/devcontainers/base:2.1.10-trixie`
35+
- `mcr.microsoft.com/devcontainers/base:2.1.11-trixie`
3636

3737
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/base/tags/list).
3838

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.10",
2+
"version": "2.1.11",
33
"variants": [
44
"trixie",
55
"bookworm",

0 commit comments

Comments
 (0)