Skip to content

Commit 9ed73fd

Browse files
committed
Update "oracle" variants to be the default variants
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).
1 parent 32aecb7 commit 9ed73fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ declare -A aliases=(
88

99
defaultDefaultVariant='oracle'
1010
declare -A defaultVariants=(
11-
[5.7]='debian'
12-
[8.0]='debian'
11+
#[5.7]='debian'
12+
#[8.0]='debian'
1313
)
1414

1515
self="$(basename "$BASH_SOURCE")"

0 commit comments

Comments
 (0)