Skip to content

Commit

Permalink
Merge pull request docker-library#866 from infosiftr/bullseye
Browse files Browse the repository at this point in the history
Update 8.0-debian to bullseye
  • Loading branch information
tianon authored Jul 5, 2022
2 parents a8808d1 + 96900fa commit 6cb7337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 8.0/Dockerfile.debian

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

4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"architectures": [
"amd64"
],
"suite": "buster",
"version": "8.0.29-1debian10"
"suite": "bullseye",
"version": "8.0.29-1debian11"
},
"mysql-shell": {
"version": "8.0.29-1.el8"
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -Eeuo pipefail

defaultDebianSuite='buster'
defaultDebianSuite='bullseye'
declare -A debianSuites=(
#[8.0]='stretch'
[5.7]='buster'
)

defaultOracleVariant='8-slim'
Expand Down

0 comments on commit 6cb7337

Please sign in to comment.