Hello, I’m just trying to use pxc-db-1.19.0 and I found out that ARM images are available for all the containers now. I’m trying to make it work, but logrotate container (docker.io/percona/fluentbit:4.0.1-1) reports following error:
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/fluent-bit/bin
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/fluent-bit/bin
+ '[' logrotate = logrotate ']'
+ [[ 1001 != 1001 ]]
+ exec go-cron '0 0 * * *' sh -c 'logrotate -s /opt/percona/logrotate/logrotate.status /opt/percona/logrotate/logrotate-mysql.conf;/usr/bin/find /var/lib/mysql/ -name GRA_*.log -mtime +7 -delete'
/entrypoint.sh: line 14: /usr/bin/go-cron: cannot execute binary file: Exec format error
/entrypoint.sh: line 14: /usr/bin/go-cron: Success
It seems that the go-cron is downloaded as a binary and not compiled during image creation, so the same binary is being used in both variants.
Sadly I can’t create bug in Jira while following contributing guideline - nothing happens when I click on “Create” button. Can you please create the bug instead of me? It seems like thing that could be easy to fix.