Skip to content

Commit

Permalink
Remove dotnet 7 (#1421)
Browse files Browse the repository at this point in the history
* Remove dotnet 7 from sync

It is End of Support as of May 14, 2024

Ref: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

* Remove dotnet 7

* Changelog
  • Loading branch information
kylos101 authored Sep 9, 2024
1 parent ece3989 commit 53a47e2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/promote-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
workspace-rust: "2024.*"
workspace-dotnet: "2024.*"
workspace-dotnet-6: "2024.*"
workspace-dotnet-7: "2024.*"
workspace-dotnet-8: "2024.*"
workspace-postgres: "2024.*"
workspace-mysql: "2024.*"
Expand Down
1 change: 0 additions & 1 deletion .github/sync-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ sync:
- rust
- dotnet
- dotnet-6
- dotnet-7
- dotnet-8
- postgres
- mysql
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A curated, chronologically ordered list of notable changes in [Gitpod's default workspace images](https://hub.docker.com/u/gitpod).

## 2024-09-09

- Remove dotnet 7 as a maintained image, it is no longer supported. Users requiring dotnet 7 are encouraged to do manage a custom image instead.

## 2024-08-15

- Bump Go to `1.23.0`
Expand Down
3 changes: 0 additions & 3 deletions chunks/tool-dotnet/chunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ variants:
- name: "6"
args:
DOTNET_VERSION: 6.0.125
- name: "7"
args:
DOTNET_VERSION: 7.0.404
- name: "8"
args:
DOTNET_VERSION: 8.0.100
5 changes: 0 additions & 5 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ combiner:
- full
chunks:
- tool-dotnet:6
- name: dotnet-7
ref:
- full
chunks:
- tool-dotnet:7
- name: dotnet-8
ref:
- full
Expand Down
1 change: 0 additions & 1 deletion tests/tool-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
assert:
- status == 0
- stdout.indexOf("Microsoft.AspNetCore.App 8.0") != -1 ||
stdout.indexOf("Microsoft.AspNetCore.App 7.0") != -1 ||
stdout.indexOf("Microsoft.AspNetCore.App 6.0") != -1

0 comments on commit 53a47e2

Please sign in to comment.