Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Drop dotnet:8.0-bullseye due to upstream unavailability
  • Loading branch information
samruddhikhandale committed Nov 15, 2023
commit e0bb54e95d07a34f882c26c4d36e69f4244702cd
10 changes: 1 addition & 9 deletions src/dotnet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"version": "1.0.1",
"variants": [
"8.0-bookworm-slim",
"8.0-bullseye-slim",
"8.0-jammy",
"7.0-bookworm-slim",
"7.0-bullseye-slim",
Expand All @@ -13,7 +12,7 @@
"6.0-focal"
],
"build": {
"latest": "8.0-bullseye-slim",
"latest": "8.0-bookworm-slim",
"rootDistro": "debian",
"tags": [
"dotnet:${VERSION}-${VARIANT}"
Expand All @@ -23,10 +22,6 @@
"linux/amd64",
"linux/arm64"
],
"8.0-bullseye-slim": [
"linux/amd64",
"linux/arm64"
],
"8.0-jammy": [
"linux/amd64",
"linux/arm64"
Expand Down Expand Up @@ -64,9 +59,6 @@
"dotnet:${VERSION}-8.0",
"dotnet:${VERSION}-8.0-bookworm"
],
"8.0-bullseye-slim": [
"dotnet:${VERSION}-8.0-bullseye"
],
"7.0-bookworm-slim": [
"dotnet:${VERSION}-7.0",
"dotnet:${VERSION}-7.0-bookworm"
Expand Down