You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On all version, test_from_dockerfile is failing.
It uses dancer-ex which install DBD::mysql directly from CPAN. DBD::mysql requires MySQL 8.x for build since version 5.x, but the container contains mariadb.
The recommendation is replace using DBD::MariaDB instead of DBD::mysql.
Reproducer
No response
The text was updated successfully, but these errors were encountered:
phracek
added a commit
to sclorg/dancer-ex
that referenced
this issue
Oct 10, 2023
Container platform
No response
Version
All versions
OS version of the container image
No response
Bugzilla, Jira
No response
Description
On all version,
test_from_dockerfile
is failing.It uses
dancer-ex
which installDBD::mysql
directly fromCPAN
.DBD::mysql
requiresMySQL 8.x
for build since version 5.x, but the container containsmariadb
.The recommendation is replace using
DBD::MariaDB
instead ofDBD::mysql
.Reproducer
No response
The text was updated successfully, but these errors were encountered: