Skip to content

Commit

Permalink
Use "mariadb:10.7" to workaround CI failure
Browse files Browse the repository at this point in the history
This commit uses "mariadb:10.7" for Rails CI
until MariaDB/mariadb-docker#434 is resolved.

I assume this "mariadb:latest" now points "mariadb:10.8"
after MariaDDB 10.8.3 has been released as the first GA version of
MariaDB 10.8, https://mariadb.com/kb/en/mariadb-1083-release-notes/

Refer to rails/rails#45167
  • Loading branch information
atosbucket committed May 24, 2022
1 parent 0566cba commit 83b6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ if RAILS_VERSION >= Gem::Version.new("5.x")
if RAILS_VERSION < Gem::Version.new("6.x")
"mariadb:10.2"
else
"mariadb:latest"
"mariadb:10.7"
end
end
end
Expand Down

0 comments on commit 83b6503

Please sign in to comment.