Skip to content

Commit b8c1184

Browse files
committed
Remove mysql 8.0 as eol
1 parent f16039d commit b8c1184

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

db/docker-bake.hcl

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group "mariadb-variants" {
77
}
88

99
group "mysql-variants" {
10-
targets = ["mysql-57", "mysql-80", "mysql-81", "mysql-82"]
10+
targets = ["mysql-57", "mysql-80", "mysql-82"]
1111
}
1212

1313
target "common" {
@@ -65,16 +65,6 @@ target "mysql-80" {
6565
tags = ["druidfi/mysql:8.0-drupal", "druidfi/mysql:8.0-drupal-lts", "druidfi/mysql:latest"]
6666
}
6767

68-
target "mysql-81" {
69-
inherits = ["common", "mysql-common"]
70-
target = "mysql-base"
71-
args = {
72-
MYSQL_VERSION = "8.1"
73-
MYSQL_SHORT_VERSION = "81"
74-
}
75-
tags = ["druidfi/mysql:8.1-drupal", "druidfi/mysql:latest"]
76-
}
77-
7868
target "mysql-82" {
7969
inherits = ["common", "mysql-common"]
8070
target = "mysql-base"

0 commit comments

Comments
 (0)