Skip to content

Commit

Permalink
Update "oracle" variants to be the default variants
Browse files Browse the repository at this point in the history
The Oracle Linux-based images:

- are smaller (by a pretty non-trivial amount - nearly 100MiB)
- support more architectures (arm64!)
- are more supported/recommended by MySQL upstream

I do not believe it is common for users to install additional packages in images that are `FROM mysql`, but if it is, the Debian-based images are not going away with this change (those users will just have to adapt - either by switching their package installations to Oracle-based packages or by using the Debian-based variants explicitly).
  • Loading branch information
tianon committed Jun 13, 2022
1 parent 32aecb7 commit 9ed73fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ declare -A aliases=(

defaultDefaultVariant='oracle'
declare -A defaultVariants=(
[5.7]='debian'
[8.0]='debian'
#[5.7]='debian'
#[8.0]='debian'
)

self="$(basename "$BASH_SOURCE")"
Expand Down

0 comments on commit 9ed73fd

Please sign in to comment.