Skip to content

Commit

Permalink
Add bullseye variants
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 16, 2021
1 parent 2cd4dab commit 48a7371
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 1 deletion.
123 changes: 123 additions & 0 deletions 1.16/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 123 additions & 0 deletions 1.17/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare -A aliases=(
[1.18-rc]='rc'
)

defaultDebianSuite='buster'
defaultDebianSuite='bullseye'
declare -A debianSuite=(
#[1.13-rc]='buster'
)
Expand Down
2 changes: 2 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
}
},
"variants": [
"bullseye",
"buster",
"stretch",
"alpine3.14",
Expand Down Expand Up @@ -306,6 +307,7 @@
}
},
"variants": [
"bullseye",
"buster",
"stretch",
"alpine3.14",
Expand Down
1 change: 1 addition & 0 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ for version in "${versions[@]}"; do
version: .version,
arches: .arches,
variants: [
"bullseye",
"buster",
"stretch",
(
Expand Down

0 comments on commit 48a7371

Please sign in to comment.