Skip to content

Commit 87bc907

Browse files
Kaniska244abdurriq
andauthored
[conda] - Version bump (#1623)
* [conda] - Version bump * Remove ubuntu:focal from the tests as it's deprecated for over an year * Update baseImage in test-all.yaml Removed comment about ubuntu:focal EOL. * Update test-pr.yaml to remove EOL comment Removed comment about Ubuntu focal EOL in workflow. --------- Co-authored-by: Abdurrahmaan Iqbal <[email protected]>
1 parent 8054e63 commit 87bc907

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test-all.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
]
4444
baseImage:
4545
[
46-
"ubuntu:focal",
4746
"ubuntu:jammy",
4847
"debian:11",
4948
"debian:12",

.github/workflows/test-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
baseImage:
1010
description: "Base image"
1111
required: true
12-
default: "ubuntu:focal"
12+
default: "ubuntu:noble"
1313
logLevel:
1414
description: "Log Level (info/debug/trace)"
1515
required: true

.github/workflows/test-pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
5151
baseImage:
5252
[
53-
"ubuntu:focal",
5453
"ubuntu:jammy",
5554
"debian:11",
5655
"debian:12",

src/conda/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "conda",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"name": "Conda",
55
"description": "A cross-platform, language-agnostic binary package manager",
66
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",

0 commit comments

Comments
 (0)