Default MySQL image to mysql:8.0-debian
The Oracle Linux based mysql:8.4 image requires x86-64-v2 and fails on the PESCO Docker host even with the Proxmox CPU type set to host. The Debian build runs on baseline x86-64; MYSQL_IMAGE still allows overriding. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,11 +42,10 @@ ENTRA_API_SCOPE=
|
||||
INITIAL_ADMIN_EMAILS=spencerm@pescoinc.biz
|
||||
|
||||
# ── MySQL ───────────────────────────────────────────────────────────────────
|
||||
# Default image is mysql:8.4, which requires an x86-64-v2 CPU. If the mysql
|
||||
# container dies with "Fatal glibc error: CPU does not support x86-64-v2"
|
||||
# (common on VMs with a generic kvm64/qemu64 CPU type, or pre-2009 hardware),
|
||||
# uncomment the Debian-based build:
|
||||
#MYSQL_IMAGE=mysql:8.0-debian
|
||||
# Default is the Debian-based build, which runs on any x86-64 CPU. The Oracle
|
||||
# Linux images (e.g. mysql:8.4) need x86-64-v2 and crash on PESCO's Docker
|
||||
# host ("Fatal glibc error"). Override only if your host supports it:
|
||||
#MYSQL_IMAGE=mysql:8.4
|
||||
MYSQL_HOST=mysql
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_DATABASE=pesco_ncr
|
||||
|
||||
Reference in New Issue
Block a user