Skip to content

Switch to official phpmyadmin docker image #61

@SlimDeluxe

Description

@SlimDeluxe

It would appear this plugin still pulls the phpmyadmin/phpmyadmin image from docker. However, that one is deprecated and the official image is now suggested.
While both seem to be at the same version, the old one only has amd64 builds, but the new one also has arm and others. So only the new one works for arm-based Macs.

To fix this, we can override the image like this:

services:
  pma:
    type: phpmyadmin
    hosts:
      - database
    database:
      type: mariadb:10.11
    overrides:
      image: phpmyadmin

... but I think it would be nice if you just switched the image being used in the plugin to the new one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions