- Use image 10.0.10.205:3000/bert.hausmans/mariadb:11 in compose - Add deploy/mariadb/Dockerfile (FROM mariadb:11, platform amd64) - Add scripts/push-mariadb-to-registry.sh to build and push amd64 image once - Update README with one-time push step and troubleshooting Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
182 B
Docker
4 lines
182 B
Docker
# Pin MariaDB 11 for linux/amd64 so we can build and push to Gitea
|
|
# when the server cannot pull multi-arch from Docker Hub.
|
|
FROM --platform=linux/amd64 docker.io/library/mariadb:11
|