Skip to content

Commit 616112c

Browse files
authored
Merge pull request #98 from infosiftr/trixie
Add Debian Trixie (remove Bullseye)
2 parents ae32a81 + 25081b4 commit 616112c

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

1.10/bullseye/Dockerfile renamed to 1.10/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

1.11/bullseye/Dockerfile renamed to 1.11/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

1.12-rc/bullseye/Dockerfile renamed to 1.12-rc/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444
},
4545
"variants": [
46+
"trixie",
4647
"bookworm",
47-
"bullseye",
4848
"alpine3.22",
4949
"alpine3.21",
5050
"windows/windowsservercore-ltsc2025",
@@ -96,8 +96,8 @@
9696
}
9797
},
9898
"variants": [
99+
"trixie",
99100
"bookworm",
100-
"bullseye",
101101
"alpine3.22",
102102
"alpine3.21",
103103
"windows/windowsservercore-ltsc2025",
@@ -146,8 +146,8 @@
146146
}
147147
},
148148
"variants": [
149+
"trixie",
149150
"bookworm",
150-
"bullseye",
151151
"alpine3.22",
152152
"alpine3.21",
153153
"windows/windowsservercore-ltsc2025",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ for version in "${versions[@]}"; do
101101
$doc
102102
| del(.major)
103103
| .variants = ([
104+
"trixie",
104105
"bookworm",
105-
"bullseye",
106106
if .arches | keys | any(startswith("alpine-")) then
107107
"3.22",
108108
"3.21",

0 commit comments

Comments
 (0)