Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s21-perl-container is failing with DBD::mysql 5.x #285

Closed
jplesnik opened this issue Oct 10, 2023 · 1 comment
Closed

s21-perl-container is failing with DBD::mysql 5.x #285

jplesnik opened this issue Oct 10, 2023 · 1 comment

Comments

@jplesnik
Copy link
Member

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 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

phracek added a commit to sclorg/dancer-ex that referenced this issue Oct 10, 2023
Using MariaDB will be used for OpenShift templates as well as
separate PR.

See issue sclorg/s2i-perl-container#285

Signed-off-by: Petr "Stone" Hracek <[email protected]>
@michal-josef-spacek
Copy link
Member

Issue is fixed and tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants